#BDDAB7

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

Shades of Surf Crest #BDDAB7

Tints of Surf Crest #BDDAB7

Color information

#BDDAB7 (or 0xBDDAB7) is unknown color: approx Surf Crest. HEX triplet: BD, DA and B7. RGB value is (189,218,183). Sum of RGB (Red+Green+Blue) = 189+218+183=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB7 is #422548. Grayscale: #CDCDCD. Windows color (decimal): -4334921 or 12049085. OLE color: 12049085.

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

Color convert

RGB189218183-
CMYK0.1300.160.15
HSL109.71º32.11%78.63%-
HSV(B)109.71º16.06%85.49%-
XYZ54.664.3854.35-
YUV205.34115.39116.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 183 (71.88% from 255) = 31.02%
R=32.03%
G=36.95%
B=31.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181830.1300.160.15109.7132.1178.63
HexBDDAB7D010F6e204f
Octal275332267150201715640117
Binary1011110111011010101101111101010000111111011101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAB7; }

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

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

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

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

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

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

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

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