Html Css Color HEX #BED5CB Jet Stream

📋 copy color: '#BED5CB'

red 190 ◦ green 213 ◦ blue 203

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

Shades of Jet Stream #BED5CB

Tints of Jet Stream #BED5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.15%

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

R = 31.35%
G = 35.15%
B = 33.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#BED5CB (or 0xBED5CB) is known color: Jet Stream. HEX triplet: BE, D5 and CB. RGB value is (190,213,203). Sum of RGB (Red+Green+Blue) = 190+213+203=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5CB is #412A34. Grayscale: #CDCDCD. Windows color (decimal): -4270645 or 13358526. OLE color: 13358526.

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

Color convert

RGB 190 213 203 -
CMYK 0.11 0 0.05 0.16
HSL 153.91º 0.21% 0.79% -
HSV(B) 153.91º 0.11% 0.84% -
XYZ 55.81 62.85 65.69 -
YUV 204.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 190 213 203 0.11 0 0.05 0.16 153.91 0.21 0.79
Hex BE D5 CB B 0 5 10 9A 15 4F
Octal 276 325 313 13 0 5 20 232 25 117
Binary 10111110 11010101 11001011 1011 0 101 10000 10011010 10101 1001111

Color Harmonies of #BED5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5CB

Black with #BED5CB

Text Example


Text Example

White with #BED5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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