#BEDBB5

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

Shades of Surf Crest #BEDBB5

Tints of Surf Crest #BEDBB5

Color information

#BEDBB5 (or 0xBEDBB5) is unknown color: approx Surf Crest. HEX triplet: BE, DB and B5. RGB value is (190,219,181). Sum of RGB (Red+Green+Blue) = 190+219+181=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBB5 is #41244A. Grayscale: #CECECE. Windows color (decimal): -4269131 or 11918270. OLE color: 11918270.

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

Color convert

RGB190219181-
CMYK0.1300.170.14
HSL105.79º34.55%78.43%-
HSV(B)105.79º17.35%85.88%-
XYZ54.9164.9553.36-
YUV206113.89116.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 181 (71.09% from 255) = 30.68%
R=32.20%
G=37.12%
B=30.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191810.1300.170.14105.7934.5578.43
HexBEDBB5D011E6a234e
Octal276333265150211615243116
Binary1011111011011011101101011101010001111011010101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBB5; }

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

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

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

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

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

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

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

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