#BDDCB3

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

Shades of Surf Crest #BDDCB3

Tints of Surf Crest #BDDCB3

Color information

#BDDCB3 (or 0xBDDCB3) is unknown color: approx Surf Crest. HEX triplet: BD, DC and B3. RGB value is (189,220,179). Sum of RGB (Red+Green+Blue) = 189+220+179=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCB3 is #42234C. Grayscale: #CECECE. Windows color (decimal): -4334413 or 11787453. OLE color: 11787453.

HSL color Cylindrical-coordinate representation of color #BDDCB3: hue angle of 105.37º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDCB3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB189220179-
CMYK0.1400.190.14
HSL105.37º36.94%78.24%-
HSV(B)105.37º18.64%86.27%-
XYZ54.7265.2652.36-
YUV206.06112.73115.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 179 (70.31% from 255) = 30.44%
R=32.14%
G=37.41%
B=30.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201790.1400.190.14105.3736.9478.24
HexBDDCB3E013E69254e
Octal275334263160231615145116
Binary1011110111011100101100111110010011111011010011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCB3; }

 p { color: rgb(189,220,179); }

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

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

 a { background-color: rgb(189,220,179); }

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

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

 span { border-color: rgb(189,220,179); }

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