#BED0CB

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

Shades of Jet Stream #BED0CB

Tints of Jet Stream #BED0CB

Color information

#BED0CB (or 0xBED0CB) is unknown color: approx Jet Stream. HEX triplet: BE, D0 and CB. RGB value is (190,208,203). Sum of RGB (Red+Green+Blue) = 190+208+203=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0CB is #412F34. Grayscale: #CACACA. Windows color (decimal): -4271925 or 13357246. OLE color: 13357246.

HSL color Cylindrical-coordinate representation of color #BED0CB: hue angle of 163.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BED0CB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB190208203-
CMYK0.0900.020.18
HSL163.33º16.07%78.04%-
HSV(B)163.33º8.65%81.57%-
XYZ54.5760.3765.28-
YUV202.05128.54119.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=31.61%
G=34.61%
B=33.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902082030.0900.020.18163.3316.0778.04
HexBED0CB90212a3104e
Octal27632031311022224320116
Binary10111110110100001100101110010101001010100011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0CB; }

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

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

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

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

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

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

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

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