#BED5B5

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

Shades of Surf Crest #BED5B5

Tints of Surf Crest #BED5B5

Color information

#BED5B5 (or 0xBED5B5) is unknown color: approx Surf Crest. HEX triplet: BE, D5 and B5. RGB value is (190,213,181). Sum of RGB (Red+Green+Blue) = 190+213+181=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5B5 is #412A4A. Grayscale: #CACACA. Windows color (decimal): -4270667 or 11916734. OLE color: 11916734.

HSL color Cylindrical-coordinate representation of color #BED5B5: hue angle of 103.12º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BED5B5 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB190213181-
CMYK0.1100.150.16
HSL103.12º27.59%77.25%-
HSV(B)103.12º15.02%83.53%-
XYZ53.3761.8752.85-
YUV202.47115.88119.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 181 (71.09% from 255) = 30.99%
R=32.53%
G=36.47%
B=30.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902131810.1100.150.16103.1227.5977.25
HexBED5B5B0F10671c4d
Octal276325265130172014734115
Binary101111101101010110110101101101111100001100111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5B5; }

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

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

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

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

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

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

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

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