Html Css Color HEX #BED1CD Jet Stream

📋 copy color: '#BED1CD'

red 190 ◦ green 209 ◦ blue 205

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

Shades of Jet Stream #BED1CD

Tints of Jet Stream #BED1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.6%

 BLUE value IS 205 (80.47% from 255) = 33.94%

R = 31.46%
G = 34.6%
B = 33.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BED1CD (or 0xBED1CD) is known color: Jet Stream. HEX triplet: BE, D1 and CD. RGB value is (190,209,205). Sum of RGB (Red+Green+Blue) = 190+209+205=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1CD is #412E32. Grayscale: #CACACA. Windows color (decimal): -4271667 or 13488574. OLE color: 13488574.

HSL color Cylindrical-coordinate representation of color #BED1CD: hue angle of 167.37º degrees, saturation: 0.17, 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 #BED1CD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 205 -
CMYK 0.09 0 0.02 0.18
HSL 167.37º 0.17% 0.78% -
HSV(B) 167.37º 0.09% 0.82% -
XYZ 55.06 60.96 66.62 -
YUV 202.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 190 209 205 0.09 0 0.02 0.18 167.37 0.17 0.78
Hex BE D1 CD 9 0 2 12 A7 11 4E
Octal 276 321 315 11 0 2 22 247 21 116
Binary 10111110 11010001 11001101 1001 0 10 10010 10100111 10001 1001110

Color Harmonies of #BED1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1CD

Black with #BED1CD

Text Example


Text Example

White with #BED1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1CD; }

 p { color: rgb(190,209,205); }

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

background-color css

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

 a { background-color: rgb(190,209,205); }

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

border-color css

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

 span { border-color: rgb(190,209,205); }

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