#BDDAB5

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

Shades of Surf Crest #BDDAB5

Tints of Surf Crest #BDDAB5

Color information

#BDDAB5 (or 0xBDDAB5) is unknown color: approx Surf Crest. HEX triplet: BD, DA and B5. RGB value is (189,218,181). Sum of RGB (Red+Green+Blue) = 189+218+181=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB5 is #42254A. Grayscale: #CDCDCD. Windows color (decimal): -4334923 or 11918013. OLE color: 11918013.

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

Color convert

RGB189218181-
CMYK0.1300.170.15
HSL107.03º33.33%78.24%-
HSV(B)107.03º16.97%85.49%-
XYZ54.464.353.26-
YUV205.11114.39116.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=32.14%
G=37.07%
B=30.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181810.1300.170.15107.0333.3378.24
HexBDDAB5D011F6b214e
Octal275332265150211715341116
Binary1011110111011010101101011101010001111111010111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAB5; }

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

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

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

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

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

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

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

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