#BEDBB4

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

Shades of Surf Crest #BEDBB4

Tints of Surf Crest #BEDBB4

Color information

#BEDBB4 (or 0xBEDBB4) is unknown color: approx Surf Crest. HEX triplet: BE, DB and B4. RGB value is (190,219,180). Sum of RGB (Red+Green+Blue) = 190+219+180=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBB4 is #41244B. Grayscale: #CECECE. Windows color (decimal): -4269132 or 11852734. OLE color: 11852734.

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

Color convert

RGB190219180-
CMYK0.1300.180.14
HSL104.62º35.14%78.24%-
HSV(B)104.62º17.81%85.88%-
XYZ54.864.9152.82-
YUV205.88113.39116.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 180 (70.70% from 255) = 30.56%
R=32.26%
G=37.18%
B=30.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191800.1300.180.14104.6235.1478.24
HexBEDBB4D012E69234e
Octal276333264150221615143116
Binary1011111011011011101101001101010010111011010011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBB4; }

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

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

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

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

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

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

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

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