#BDCBB7

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

Shades of Surf Crest #BDCBB7

Tints of Surf Crest #BDCBB7

Color information

#BDCBB7 (or 0xBDCBB7) is unknown color: approx Surf Crest. HEX triplet: BD, CB and B7. RGB value is (189,203,183). Sum of RGB (Red+Green+Blue) = 189+203+183=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBB7 is #423448. Grayscale: #C4C4C4. Windows color (decimal): -4338761 or 12045245. OLE color: 12045245.

HSL color Cylindrical-coordinate representation of color #BDCBB7: hue angle of 102º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCBB7 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB189203183-
CMYK0.0700.100.20
HSL102º16.13%75.69%-
HSV(B)102º9.85%79.61%-
XYZ50.8956.9553.11-
YUV196.53120.36122.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=32.87%
G=35.30%
B=31.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031830.0700.100.2010216.1375.69
HexBDCBB770A1466104c
Octal27531326770122414620114
Binary10111101110010111011011111101010101001100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBB7; }

 p { color: rgb(189,203,183); }

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

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

 a { background-color: rgb(189,203,183); }

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

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

 span { border-color: rgb(189,203,183); }

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