#BDD9B9

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

Shades of Surf Crest #BDD9B9

Tints of Surf Crest #BDD9B9

Color information

#BDD9B9 (or 0xBDD9B9) is unknown color: approx Surf Crest. HEX triplet: BD, D9 and B9. RGB value is (189,217,185). Sum of RGB (Red+Green+Blue) = 189+217+185=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9B9 is #422646. Grayscale: #CDCDCD. Windows color (decimal): -4335175 or 12179901. OLE color: 12179901.

HSL color Cylindrical-coordinate representation of color #BDD9B9: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD9B9 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB189217185-
CMYK0.1300.150.15
HSL112.5º29.63%78.82%-
HSV(B)112.5º14.75%85.1%-
XYZ54.5663.9555.37-
YUV204.98116.72116.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=31.98%
G=36.72%
B=31.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171850.1300.150.15112.529.6378.82
HexBDD9B9D0FF701e4f
Octal275331271150171716036117
Binary10111101110110011011100111010111111111110000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9B9; }

 p { color: rgb(189,217,185); }

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

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

 a { background-color: rgb(189,217,185); }

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

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

 span { border-color: rgb(189,217,185); }

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