Html Css Color HEX #BED2CB Jet Stream

📋 copy color: '#BED2CB'

red 190 ◦ green 210 ◦ blue 203

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

Shades of Jet Stream #BED2CB

Tints of Jet Stream #BED2CB

RGB

 RED value IS 190 (74.61% from 255) = 31.51%

 GREEN value IS 210 (82.42% from 255) = 34.83%

 BLUE value IS 203 (79.69% from 255) = 33.67%

R = 31.51%
G = 34.83%
B = 33.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#BED2CB (or 0xBED2CB) is known color: Jet Stream. HEX triplet: BE, D2 and CB. RGB value is (190,210,203). Sum of RGB (Red+Green+Blue) = 190+210+203=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2CB is #412D34. Grayscale: #CBCBCB. Windows color (decimal): -4271413 or 13357758. OLE color: 13357758.

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

Color convert

RGB 190 210 203 -
CMYK 0.10 0 0.03 0.18
HSL 159º 0.18% 0.78% -
HSV(B) 159º 0.1% 0.82% -
XYZ 55.06 61.35 65.44 -
YUV 203.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 190 210 203 0.10 0 0.03 0.18 159 0.18 0.78
Hex BE D2 CB A 0 3 12 9F 12 4E
Octal 276 322 313 12 0 3 22 237 22 116
Binary 10111110 11010010 11001011 1010 0 11 10010 10011111 10010 1001110

Color Harmonies of #BED2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2CB

Black with #BED2CB

Text Example


Text Example

White with #BED2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2CB; }

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

 H1.HeaderClassName
 {
   color: #BED2CB;
 }
 .AnyTagClassName
 {
   color: #BED2CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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