#BEDEBD

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

Shades of Surf #BEDEBD

Tints of Surf #BEDEBD

Color information

#BEDEBD (or 0xBEDEBD) is unknown color: approx Surf. HEX triplet: BE, DE and BD. RGB value is (190,222,189). Sum of RGB (Red+Green+Blue) = 190+222+189=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEBD is #412142. Grayscale: #D0D0D0. Windows color (decimal): -4268355 or 12443326. OLE color: 12443326.

HSL color Cylindrical-coordinate representation of color #BEDEBD: hue angle of 118.18º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDEBD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB190222189-
CMYK0.1400.150.13
HSL118.18º33.33%80.59%-
HSV(B)118.18º14.86%87.06%-
XYZ56.5466.8658.07-
YUV208.67116.9114.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=31.61%
G=36.94%
B=31.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221890.1400.150.13118.1833.3380.59
HexBEDEBDE0FD762151
Octal276336275160171516641121
Binary101111101101111010111101111001111110111101101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEBD; }

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

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

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

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

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

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

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

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