#BEDBBD

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

Shades of Surf #BEDBBD

Tints of Surf #BEDBBD

Color information

#BEDBBD (or 0xBEDBBD) is unknown color: approx Surf. HEX triplet: BE, DB and BD. RGB value is (190,219,189). Sum of RGB (Red+Green+Blue) = 190+219+189=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBBD is #412442. Grayscale: #CECECE. Windows color (decimal): -4269123 or 12442558. OLE color: 12442558.

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

Color convert

RGB190219189-
CMYK0.1300.140.14
HSL118º29.41%80%-
HSV(B)118º13.7%85.88%-
XYZ55.7565.2857.81-
YUV206.91117.89115.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=31.77%
G=36.62%
B=31.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191890.1300.140.1411829.4180
HexBEDBBDD0EE761d50
Octal276333275150161616635120
Binary10111110110110111011110111010111011101110110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBBD; }

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

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

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

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

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

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

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

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