#BDCCB6

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

Shades of Surf Crest #BDCCB6

Tints of Surf Crest #BDCCB6

Color information

#BDCCB6 (or 0xBDCCB6) is unknown color: approx Surf Crest. HEX triplet: BD, CC and B6. RGB value is (189,204,182). Sum of RGB (Red+Green+Blue) = 189+204+182=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCB6 is #423349. Grayscale: #C5C5C5. Windows color (decimal): -4338506 or 11979965. OLE color: 11979965.

HSL color Cylindrical-coordinate representation of color #BDCCB6: hue angle of 100.91º 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 #BDCCB6 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB189204182-
CMYK0.0700.110.2
HSL100.91º17.74%75.69%-
HSV(B)100.91º10.78%80%-
XYZ51.0257.3852.64-
YUV197.01119.53122.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=32.87%
G=35.48%
B=31.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041820.0700.110.2100.9117.7475.69
HexBDCCB670B1465124c
Octal27531426670132414522114
Binary10111101110011001011011011101011101001100101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCB6; }

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

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

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

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

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

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

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

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