Html Css Color HEX #BED2CE Jet Stream

📋 copy color: '#BED2CE'

red 190 ◦ green 210 ◦ blue 206

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

Shades of Jet Stream #BED2CE

Tints of Jet Stream #BED2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 31.35%
G = 34.65%
B = 33.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#BED2CE (or 0xBED2CE) is known color: Jet Stream. HEX triplet: BE, D2 and CE. RGB value is (190,210,206). Sum of RGB (Red+Green+Blue) = 190+210+206=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2CE is #412D31. Grayscale: #CBCBCB. Windows color (decimal): -4271410 or 13554366. OLE color: 13554366.

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

Color convert

RGB 190 210 206 -
CMYK 0.10 0 0.02 0.18
HSL 168º 0.18% 0.78% -
HSV(B) 168º 0.1% 0.82% -
XYZ 55.42 61.5 67.34 -
YUV 203.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 190 210 206 0.10 0 0.02 0.18 168 0.18 0.78
Hex BE D2 CE A 0 2 12 A8 12 4E
Octal 276 322 316 12 0 2 22 250 22 116
Binary 10111110 11010010 11001110 1010 0 10 10010 10101000 10010 1001110

Color Harmonies of #BED2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2CE

Black with #BED2CE

Text Example


Text Example

White with #BED2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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