#BDE0BD

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

Shades of Surf #BDE0BD

Tints of Surf #BDE0BD

Color information

#BDE0BD (or 0xBDE0BD) is unknown color: approx Surf. HEX triplet: BD, E0 and BD. RGB value is (189,224,189). Sum of RGB (Red+Green+Blue) = 189+224+189=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BD is #421F42. Grayscale: #D1D1D1. Windows color (decimal): -4333379 or 12443837. OLE color: 12443837.

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

Color convert

RGB189224189-
CMYK0.1600.160.12
HSL120º36.08%80.98%-
HSV(B)120º15.62%87.84%-
XYZ56.8367.858.24-
YUV209.54116.4113.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=31.40%
G=37.21%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241890.1600.160.1212036.0880.98
HexBDE0BD10010C782451
Octal275340275200201417044121
Binary10111101111000001011110110000010000110011110001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0BD; }

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

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

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

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

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

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

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

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