Html Css Color HEX #BED3CB Jet Stream

📋 copy color: '#BED3CB'

red 190 ◦ green 211 ◦ blue 203

#BED3CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #BED3CB

Tints of Jet Stream #BED3CB

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 value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#BED3CB (or 0xBED3CB) is known color: 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

RGB 190 211 203 -
CMYK 0.10 0 0.04 0.17
HSL 157.14º 0.19% 0.79% -
HSV(B) 157.14º 0.1% 0.83% -
XYZ 55.31 61.85 65.52 -
YUV 203.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 190 211 203 0.10 0 0.04 0.17 157.14 0.19 0.79
Hex BE D3 CB A 0 4 11 9D 13 4F
Octal 276 323 313 12 0 4 21 235 23 117
Binary 10111110 11010011 11001011 1010 0 100 10001 10011101 10011 1001111

Color Harmonies of #BED3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3CB

Black with #BED3CB

Text Example


Text Example

White with #BED3CB

Text Example


Text Example

HTML Codes & Css Web 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>