#BDDABE

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

Shades of Surf #BDDABE

Tints of Surf #BDDABE

Color information

#BDDABE (or 0xBDDABE) is unknown color: approx Surf. HEX triplet: BD, DA and BE. RGB value is (189,218,190). Sum of RGB (Red+Green+Blue) = 189+218+190=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDABE is #422541. Grayscale: #CECECE. Windows color (decimal): -4334914 or 12507837. OLE color: 12507837.

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

Color convert

RGB189218190-
CMYK0.1300.130.15
HSL122.07º28.16%79.8%-
HSV(B)122.07º13.3%85.49%-
XYZ55.3564.6858.28-
YUV206.14118.89115.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=31.66%
G=36.52%
B=31.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181900.1300.130.15122.0728.1679.8
HexBDDABED0DF7a1c50
Octal275332276150151717234120
Binary10111101110110101011111011010110111111111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDABE; }

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

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

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

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

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

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

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

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