#BEDBB3

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

Shades of Surf Crest #BEDBB3

Tints of Surf Crest #BEDBB3

Color information

#BEDBB3 (or 0xBEDBB3) is unknown color: approx Surf Crest. HEX triplet: BE, DB and B3. RGB value is (190,219,179). Sum of RGB (Red+Green+Blue) = 190+219+179=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBB3 is #41244C. Grayscale: #CDCDCD. Windows color (decimal): -4269133 or 11787198. OLE color: 11787198.

HSL color Cylindrical-coordinate representation of color #BEDBB3: hue angle of 103.5º degrees, saturation: 0.36, 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 #BEDBB3 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB190219179-
CMYK0.1300.180.14
HSL103.5º35.71%78.04%-
HSV(B)103.5º18.26%85.88%-
XYZ54.764.8652.28-
YUV205.77112.89116.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 179 (70.31% from 255) = 30.44%
R=32.31%
G=37.24%
B=30.44%

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
Decimal1902191790.1300.180.14103.535.7178.04
HexBEDBB3D012E67244e
Octal276333263150221614744116
Binary1011111011011011101100111101010010111011001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBB3; }

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

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

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

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

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

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

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

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