#BDE0BB

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

Shades of Surf #BDE0BB

Tints of Surf #BDE0BB

Color information

#BDE0BB (or 0xBDE0BB) is unknown color: approx Surf. HEX triplet: BD, E0 and BB. RGB value is (189,224,187). Sum of RGB (Red+Green+Blue) = 189+224+187=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BB is #421F44. Grayscale: #D1D1D1. Windows color (decimal): -4333381 or 12312765. OLE color: 12312765.

HSL color Cylindrical-coordinate representation of color #BDE0BB: hue angle of 116.76º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE0BB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB189224187-
CMYK0.1600.170.12
HSL116.76º37.37%80.59%-
HSV(B)116.76º16.52%87.84%-
XYZ56.6167.7257.1-
YUV209.32115.4113.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=31.5%
G=37.33%
B=31.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241870.1600.170.12116.7637.3780.59
HexBDE0BB10011C752551
Octal275340273200211416545121
Binary10111101111000001011101110000010001110011101011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0BB; }

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

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

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

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

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

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

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

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