#BED3CB

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

Shades of Jet Stream #BED3CB

Tints of Jet Stream #BED3CB

Color information

#BED3CB (or 0xBED3CB) is unknown color: approx Jet Stream. HEX triplet: BE, D3 and CB. RGB value is (190,211,203). Sum of RGB (Red+Green+Blue) = 190+211+203=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3CB is #412C34. Grayscale: #CBCBCB. Windows color (decimal): -4271157 or 13358014. OLE color: 13358014.

HSL color Cylindrical-coordinate representation of color #BED3CB: hue angle of 157.14º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED3CB is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB190211203-
CMYK0.1000.040.17
HSL157.14º19.27%78.63%-
HSV(B)157.14º9.95%82.75%-
XYZ55.3161.8565.52-
YUV203.81127.54118.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=31.46%
G=34.93%
B=33.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902112030.1000.040.17157.1419.2778.63
HexBED3CBA04119d134f
Octal27632331312042123523117
Binary101111101101001111001011101001001000110011101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3CB; }

 p { color: rgb(190,211,203); }

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

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

 a { background-color: rgb(190,211,203); }

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

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

 span { border-color: rgb(190,211,203); }

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