#BDCCB5

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

Shades of Surf Crest #BDCCB5

Tints of Surf Crest #BDCCB5

Color information

#BDCCB5 (or 0xBDCCB5) is unknown color: approx Surf Crest. HEX triplet: BD, CC and B5. RGB value is (189,204,181). Sum of RGB (Red+Green+Blue) = 189+204+181=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCB5 is #42334A. Grayscale: #C4C4C4. Windows color (decimal): -4338507 or 11914429. OLE color: 11914429.

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

Color convert

RGB189204181-
CMYK0.0700.110.2
HSL99.13º18.4%75.49%-
HSV(B)99.13º11.27%80%-
XYZ50.9257.3452.1-
YUV196.89119.03122.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=32.93%
G=35.54%
B=31.53%

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
Decimal1892041810.0700.110.299.1318.475.49
HexBDCCB570B1463124b
Octal27531426570132414322113
Binary10111101110011001011010111101011101001100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCB5; }

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

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

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

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

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

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

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

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