Color Hex Logo

#bccfcc Color Hex

#BCCFCC
(188,207,204)
0 Favorites   0 Comments

Color spaces of #bccfcc

RGB 188207204
HSL0.470.170.77
HSV171°81°
CMYK 0.090.000.01   0.19
XYZ53.950959.676665.8020
Yxy59.67660.30070.3326
Hunter Lab77.2506-10.52643.5723
CIE-Lab81.6621-6.9670-0.7091

#bccfcc color RGB value is (188,207,204).

#bccfcc hex color red value is 188, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bccfcc hue: 0.47 , saturation: 0.17 and the lightness value of bccfcc is 0.77.

The process color (four color CMYK) of #bccfcc color hex is 0.09, 0.00, 0.01, 0.19. Web safe color of #bccfcc is #cccccc. Color #bccfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11001100
Octal 274 317 314
Decimal 188 207 204
Hex BC CF CC

RGB Percentages of Color #bccfcc

%31.39
%34.56
%34.06

CMYK Percentages of Color #bccfcc

%9
%0
%1
%19

Triadic Colors of #bccfcc

#bccfcc #ccbccf #cfccbc

Analogous Colors of #bccfcc

#bccfcc #bcc9cf #bccfc3

Monochromatic Colors of #bccfcc

#bccfcc

Complementary Color

#bccfcc #cfbcbf

#bccfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfcc Color CSS Codes

.mybgcolor {background-color:#bccfcc; } 
.myforecolor {color:#bccfcc; }
.mybordercolor {border:3px solid #bccfcc; }

#bccfcc Text Font Color

<p style="color:#bccfcc">Text here</p>

This sample text font color is #bccfcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bccfcc Background Color

<div style="background-color:#bccfcc">
Div content here</div>

This div background color is #bccfcc


#bccfcc Border Color

<div style="border:3px solid #bccfcc">
Div here</div>

This div border color is #bccfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,207,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bccfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bccfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #bccfcc;
  box-shadow:         1px 1px 3px 2px #bccfcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,207,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bccfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bccfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #bccfcc;
  box-shadow:         1px 1px 3px 2px #bccfcc;">
Div content here</div>

This div box has shadow with color #bccfcc


Comments

No comments written yet.

Please login to write comment.