#BEDBB2

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

Shades of Surf Crest #BEDBB2

Tints of Surf Crest #BEDBB2

Color information

#BEDBB2 (or 0xBEDBB2) is unknown color: approx Surf Crest. HEX triplet: BE, DB and B2. RGB value is (190,219,178). Sum of RGB (Red+Green+Blue) = 190+219+178=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDBB2 is #41244D. Grayscale: #CDCDCD. Windows color (decimal): -4269134 or 11721662. OLE color: 11721662.

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

Color convert

RGB190219178-
CMYK0.1300.190.14
HSL102.44º36.28%77.84%-
HSV(B)102.44º18.72%85.88%-
XYZ54.664.8251.75-
YUV205.66112.39116.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 178 (69.92% from 255) = 30.32%
R=32.37%
G=37.31%
B=30.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191780.1300.190.14102.4436.2877.84
HexBEDBB2D013E66244e
Octal276333262150231614644116
Binary1011111011011011101100101101010011111011001101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBB2; }

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

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

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

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

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

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

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

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