#BED8B9

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

Shades of Surf Crest #BED8B9

Tints of Surf Crest #BED8B9

Color information

#BED8B9 (or 0xBED8B9) is unknown color: approx Surf Crest. HEX triplet: BE, D8 and B9. RGB value is (190,216,185). Sum of RGB (Red+Green+Blue) = 190+216+185=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8B9 is #412746. Grayscale: #CCCCCC. Windows color (decimal): -4269895 or 12179646. OLE color: 12179646.

HSL color Cylindrical-coordinate representation of color #BED8B9: hue angle of 110.32º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED8B9 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB190216185-
CMYK0.1200.140.15
HSL110.32º28.44%78.63%-
HSV(B)110.32º14.35%84.71%-
XYZ54.5563.5655.29-
YUV204.69116.89117.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=32.15%
G=36.55%
B=31.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161850.1200.140.15110.3228.4478.63
HexBED8B9C0EF6e1c4f
Octal276330271140161715634117
Binary10111110110110001011100111000111011111101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8B9; }

 p { color: rgb(190,216,185); }

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

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

 a { background-color: rgb(190,216,185); }

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

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

 span { border-color: rgb(190,216,185); }

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