#BDDAB3

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

Shades of Surf Crest #BDDAB3

Tints of Surf Crest #BDDAB3

Color information

#BDDAB3 (or 0xBDDAB3) is unknown color: approx Surf Crest. HEX triplet: BD, DA and B3. RGB value is (189,218,179). Sum of RGB (Red+Green+Blue) = 189+218+179=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB3 is #42254C. Grayscale: #CDCDCD. Windows color (decimal): -4334925 or 11786941. OLE color: 11786941.

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

Color convert

RGB189218179-
CMYK0.1300.180.15
HSL104.62º34.51%77.84%-
HSV(B)104.62º17.89%85.49%-
XYZ54.1964.2252.19-
YUV204.88113.39116.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 179 (70.31% from 255) = 30.55%
R=32.25%
G=37.20%
B=30.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181790.1300.180.15104.6234.5177.84
HexBDDAB3D012F69234e
Octal275332263150221715143116
Binary1011110111011010101100111101010010111111010011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAB3; }

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

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

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

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

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

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

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

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