#BDDBB2

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

Shades of Surf Crest #BDDBB2

Tints of Surf Crest #BDDBB2

Color information

#BDDBB2 (or 0xBDDBB2) is unknown color: approx Surf Crest. HEX triplet: BD, DB and B2. RGB value is (189,219,178). Sum of RGB (Red+Green+Blue) = 189+219+178=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBB2 is #42244D. Grayscale: #CDCDCD. Windows color (decimal): -4334670 or 11721661. OLE color: 11721661.

HSL color Cylindrical-coordinate representation of color #BDDBB2: hue angle of 103.9º degrees, saturation: 0.36, 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 #BDDBB2 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB189219178-
CMYK0.1400.190.14
HSL103.9º36.28%77.84%-
HSV(B)103.9º18.72%85.88%-
XYZ54.3564.751.74-
YUV205.36112.56116.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 178 (69.92% from 255) = 30.38%
R=32.25%
G=37.37%
B=30.38%

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
Decimal1892191780.1400.190.14103.936.2877.84
HexBDDBB2E013E68244e
Octal275333262160231615044116
Binary1011110111011011101100101110010011111011010001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBB2; }

 p { color: rgb(189,219,178); }

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

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

 a { background-color: rgb(189,219,178); }

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

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

 span { border-color: rgb(189,219,178); }

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