#BDE1BB

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

Shades of Surf #BDE1BB

Tints of Surf #BDE1BB

Color information

#BDE1BB (or 0xBDE1BB) is unknown color: approx Surf. HEX triplet: BD, E1 and BB. RGB value is (189,225,187). Sum of RGB (Red+Green+Blue) = 189+225+187=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1BB is #421E44. Grayscale: #D2D2D2. Windows color (decimal): -4333125 or 12313021. OLE color: 12313021.

HSL color Cylindrical-coordinate representation of color #BDE1BB: hue angle of 116.84º degrees, saturation: 0.39, 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 #BDE1BB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB189225187-
CMYK0.1600.170.12
HSL116.84º38.78%80.78%-
HSV(B)116.84º16.89%88.24%-
XYZ56.8868.2657.19-
YUV209.9115.07113.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=31.45%
G=37.44%
B=31.11%

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
Decimal1892251870.1600.170.12116.8438.7880.78
HexBDE1BB10011C752751
Octal275341273200211416547121
Binary10111101111000011011101110000010001110011101011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1BB; }

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

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

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

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

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

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

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

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