Html Css Color HEX #BED0C7 Jet Stream

📋 copy color: '#BED0C7'

red 190 ◦ green 208 ◦ blue 199

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

Shades of Jet Stream #BED0C7

Tints of Jet Stream #BED0C7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.84%

 BLUE value IS 199 (78.13% from 255) = 33.33%

R = 31.83%
G = 34.84%
B = 33.33%

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

#BED0C7 (or 0xBED0C7) is known color: Jet Stream. HEX triplet: BE, D0 and C7. RGB value is (190,208,199). Sum of RGB (Red+Green+Blue) = 190+208+199=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0C7 is #412F38. Grayscale: #C9C9C9. Windows color (decimal): -4271929 or 13095102. OLE color: 13095102.

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

Color convert

RGB 190 208 199 -
CMYK 0.09 0 0.04 0.18
HSL 150º 0.16% 0.78% -
HSV(B) 150º 0.09% 0.82% -
XYZ 54.1 60.18 62.8 -
YUV 201.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 190 208 199 0.09 0 0.04 0.18 150 0.16 0.78
Hex BE D0 C7 9 0 4 12 96 10 4E
Octal 276 320 307 11 0 4 22 226 20 116
Binary 10111110 11010000 11000111 1001 0 100 10010 10010110 10000 1001110

Color Harmonies of #BED0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0C7

Black with #BED0C7

Text Example


Text Example

White with #BED0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0C7; }

 p { color: rgb(190,208,199); }

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

background-color css

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

 a { background-color: rgb(190,208,199); }

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

border-color css

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

 span { border-color: rgb(190,208,199); }

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