Html Css Color HEX #BED7D1 Jet Stream

📋 copy color: '#BED7D1'

red 190 ◦ green 215 ◦ blue 209

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

Shades of Jet Stream #BED7D1

Tints of Jet Stream #BED7D1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.02%

 BLUE value IS 209 (82.03% from 255) = 34.04%

R = 30.94%
G = 35.02%
B = 34.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BED7D1 (or 0xBED7D1) is known color: Jet Stream. HEX triplet: BE, D7 and D1. RGB value is (190,215,209). Sum of RGB (Red+Green+Blue) = 190+215+209=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7D1 is #41282E. Grayscale: #CECECE. Windows color (decimal): -4270127 or 13752254. OLE color: 13752254.

HSL color Cylindrical-coordinate representation of color #BED7D1: hue angle of 165.6º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7D1 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 209 -
CMYK 0.12 0 0.03 0.16
HSL 165.6º 0.24% 0.79% -
HSV(B) 165.6º 0.12% 0.84% -
XYZ 57.04 64.15 69.7 -
YUV 206.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 190 215 209 0.12 0 0.03 0.16 165.6 0.24 0.79
Hex BE D7 D1 C 0 3 10 A6 18 4F
Octal 276 327 321 14 0 3 20 246 30 117
Binary 10111110 11010111 11010001 1100 0 11 10000 10100110 11000 1001111

Color Harmonies of #BED7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7D1

Black with #BED7D1

Text Example


Text Example

White with #BED7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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