#BED8D0

Color #BED8D0 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BED8D0

Tints of Jet Stream #BED8D0

Color information

#BED8D0 (or 0xBED8D0) is unknown color: approx Jet Stream. HEX triplet: BE, D8 and D0. RGB value is (190,216,208). Sum of RGB (Red+Green+Blue) = 190+216+208=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8D0 is #41272F. Grayscale: #CFCFCF. Windows color (decimal): -4269872 or 13686974. OLE color: 13686974.

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

Color convert

RGB190216208-
CMYK0.1200.040.15
HSL161.54º25%79.61%-
HSV(B)161.54º12.04%84.71%-
XYZ57.1864.6169.13-
YUV207.31128.39115.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=30.94%
G=35.18%
B=33.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902162080.1200.040.15161.542579.61
HexBED8D0C04Fa21950
Octal27633032014041724231120
Binary10111110110110001101000011000100111110100010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8D0; }

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

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

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

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

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

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

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

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