#BDDABB

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

Shades of Surf #BDDABB

Tints of Surf #BDDABB

Color information

#BDDABB (or 0xBDDABB) is unknown color: approx Surf. HEX triplet: BD, DA and BB. RGB value is (189,218,187). Sum of RGB (Red+Green+Blue) = 189+218+187=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDABB is #422544. Grayscale: #CDCDCD. Windows color (decimal): -4334917 or 12311229. OLE color: 12311229.

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

Color convert

RGB189218187-
CMYK0.1300.140.15
HSL116.13º29.52%79.41%-
HSV(B)116.13º14.22%85.49%-
XYZ55.0364.5556.57-
YUV205.8117.39116.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=31.82%
G=36.70%
B=31.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181870.1300.140.15116.1329.5279.41
HexBDDABBD0EF741e4f
Octal275332273150161716436117
Binary10111101110110101011101111010111011111110100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDABB; }

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

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

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

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

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

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

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

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