Html Css Color HEX #BED5C9 Jet Stream

📋 copy color: '#BED5C9'

red 190 ◦ green 213 ◦ blue 201

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

Shades of Jet Stream #BED5C9

Tints of Jet Stream #BED5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.28%

R = 31.46%
G = 35.26%
B = 33.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#BED5C9 (or 0xBED5C9) is known color: Jet Stream. HEX triplet: BE, D5 and C9. RGB value is (190,213,201). Sum of RGB (Red+Green+Blue) = 190+213+201=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5C9 is #412A36. Grayscale: #CCCCCC. Windows color (decimal): -4270647 or 13227454. OLE color: 13227454.

HSL color Cylindrical-coordinate representation of color #BED5C9: hue angle of 148.7º 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 #BED5C9 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 201 -
CMYK 0.11 0 0.06 0.16
HSL 148.7º 0.21% 0.79% -
HSV(B) 148.7º 0.11% 0.84% -
XYZ 55.57 62.75 64.44 -
YUV 204.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 190 213 201 0.11 0 0.06 0.16 148.7 0.21 0.79
Hex BE D5 C9 B 0 6 10 95 15 4F
Octal 276 325 311 13 0 6 20 225 25 117
Binary 10111110 11010101 11001001 1011 0 110 10000 10010101 10101 1001111

Color Harmonies of #BED5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5C9

Black with #BED5C9

Text Example


Text Example

White with #BED5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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