#BDDDBA

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

Shades of Surf Crest #BDDDBA

Tints of Surf Crest #BDDDBA

Color information

#BDDDBA (or 0xBDDDBA) is unknown color: approx Surf Crest. HEX triplet: BD, DD and BA. RGB value is (189,221,186). Sum of RGB (Red+Green+Blue) = 189+221+186=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDBA is #422245. Grayscale: #CFCFCF. Windows color (decimal): -4334150 or 12246461. OLE color: 12246461.

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

Color convert

RGB189221186-
CMYK0.1400.160.13
HSL114.86º33.98%79.8%-
HSV(B)114.86º15.84%86.67%-
XYZ55.7166.0856.27-
YUV207.44115.9114.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=31.71%
G=37.08%
B=31.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211860.1400.160.13114.8633.9879.8
HexBDDDBAE010D732250
Octal275335272160201516342120
Binary1011110111011101101110101110010000110111100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDBA; }

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

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

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

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

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

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

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

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