#BCCCB6

Color #BCCCB6 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #BCCCB6

Tints of Surf Crest #BCCCB6

Color information

#BCCCB6 (or 0xBCCCB6) is unknown color: approx Surf Crest. HEX triplet: BC, CC and B6. RGB value is (188,204,182). Sum of RGB (Red+Green+Blue) = 188+204+182=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCB6 is #433349. Grayscale: #C4C4C4. Windows color (decimal): -4404042 or 11979964. OLE color: 11979964.

HSL color Cylindrical-coordinate representation of color #BCCCB6: hue angle of 103.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCCB6 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB188204182-
CMYK0.0800.110.2
HSL103.64º17.74%75.69%-
HSV(B)103.64º10.78%80%-
XYZ50.7857.2552.63-
YUV196.71119.7121.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 182 (71.48% from 255) = 31.71%
R=32.75%
G=35.54%
B=31.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041820.0800.110.2103.6417.7475.69
HexBCCCB680B1468124c
Octal274314266100132415022114
Binary101111001100110010110110100001011101001101000100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCB6; }

 p { color: rgb(188,204,182); }

 H1.HeaderClassName
 {
   color: #BCCCB6;
 }
 .AnyTagClassName
 {
   color: #BCCCB6;
 }
</style>
background-color css

<style>
 a { background-color: #BCCCB6; }

 a { background-color: rgb(188,204,182); }

 div.DivClassName
 {
   background-color: #BCCCB6;
 }
 .BgClassName
 {
   background-color: #BCCCB6;
 }
</style>
border-color css

<style>
 span { border-color: #BCCCB6; }

 span { border-color: rgb(188,204,182); }

 td.TdClassName
 {
   border-color: #BCCCB6;
 }
 .TagClassName
 {
   border-color: #BCCCB6;
 }
</style>