Html Css Color HEX #BED1C8 Jet Stream

📋 copy color: '#BED1C8'

red 190 ◦ green 209 ◦ blue 200

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

Shades of Jet Stream #BED1C8

Tints of Jet Stream #BED1C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.39%

R = 31.72%
G = 34.89%
B = 33.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#BED1C8 (or 0xBED1C8) is known color: Jet Stream. HEX triplet: BE, D1 and C8. RGB value is (190,209,200). Sum of RGB (Red+Green+Blue) = 190+209+200=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1C8 is #412E37. Grayscale: #CACACA. Windows color (decimal): -4271672 or 13160894. OLE color: 13160894.

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

Color convert

RGB 190 209 200 -
CMYK 0.09 0 0.04 0.18
HSL 151.58º 0.17% 0.78% -
HSV(B) 151.58º 0.09% 0.82% -
XYZ 54.46 60.72 63.49 -
YUV 202.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 190 209 200 0.09 0 0.04 0.18 151.58 0.17 0.78
Hex BE D1 C8 9 0 4 12 98 11 4E
Octal 276 321 310 11 0 4 22 230 21 116
Binary 10111110 11010001 11001000 1001 0 100 10010 10011000 10001 1001110

Color Harmonies of #BED1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1C8

Black with #BED1C8

Text Example


Text Example

White with #BED1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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