#BDDDB5

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

Shades of Surf Crest #BDDDB5

Tints of Surf Crest #BDDDB5

Color information

#BDDDB5 (or 0xBDDDB5) is unknown color: approx Surf Crest. HEX triplet: BD, DD and B5. RGB value is (189,221,181). Sum of RGB (Red+Green+Blue) = 189+221+181=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDB5 is #42224A. Grayscale: #CECECE. Windows color (decimal): -4334155 or 11918781. OLE color: 11918781.

HSL color Cylindrical-coordinate representation of color #BDDDB5: hue angle of 108º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDDB5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB189221181-
CMYK0.1400.180.13
HSL108º37.04%78.82%-
HSV(B)108º18.1%86.67%-
XYZ55.1865.8753.52-
YUV206.87113.4115.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 181 (71.09% from 255) = 30.63%
R=31.98%
G=37.39%
B=30.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211810.1400.180.1310837.0478.82
HexBDDDB5E012D6c254f
Octal275335265160221515445117
Binary1011110111011101101101011110010010110111011001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDB5; }

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

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

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

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

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

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

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

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