#BED7D1

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

Shades of Jet Stream #BED7D1

Tints of Jet Stream #BED7D1

Color information

#BED7D1 (or 0xBED7D1) is unknown color: approx Jet Stream. HEX triplet: BE, D7 and D1. RGB value is (190,215,209). Sum of RGB (Red+Green+Blue) = 190+215+209=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7D1 is #41282E. Grayscale: #CECECE. Windows color (decimal): -4270127 or 13752254. OLE color: 13752254.

HSL color Cylindrical-coordinate representation of color #BED7D1: hue angle of 165.6º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7D1 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB190215209-
CMYK0.1200.030.16
HSL165.6º23.81%79.41%-
HSV(B)165.6º11.63%84.31%-
XYZ57.0464.1569.7-
YUV206.84129.22115.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=30.94%
G=35.02%
B=34.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902152090.1200.030.16165.623.8179.41
HexBED7D1C0310a6184f
Octal27632732114032024630117
Binary10111110110101111101000111000111000010100110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7D1; }

 p { color: rgb(190,215,209); }

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

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

 a { background-color: rgb(190,215,209); }

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

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

 span { border-color: rgb(190,215,209); }

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