Html Css Color HEX #BED8D1 Jet Stream

📋 copy color: '#BED8D1'

red 190 ◦ green 216 ◦ blue 209

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

Shades of Jet Stream #BED8D1

Tints of Jet Stream #BED8D1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.12%

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

R = 30.89%
G = 35.12%
B = 33.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#BED8D1 (or 0xBED8D1) is known color: Jet Stream. HEX triplet: BE, D8 and D1. RGB value is (190,216,209). Sum of RGB (Red+Green+Blue) = 190+216+209=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8D1 is #41272E. Grayscale: #CFCFCF. Windows color (decimal): -4269871 or 13752510. OLE color: 13752510.

HSL color Cylindrical-coordinate representation of color #BED8D1: hue angle of 163.85º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED8D1 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 209 -
CMYK 0.12 0 0.03 0.15
HSL 163.85º 0.25% 0.8% -
HSV(B) 163.85º 0.12% 0.85% -
XYZ 57.3 64.66 69.78 -
YUV 207.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 190 216 209 0.12 0 0.03 0.15 163.85 0.25 0.8
Hex BE D8 D1 C 0 3 F A4 19 50
Octal 276 330 321 14 0 3 17 244 31 120
Binary 10111110 11011000 11010001 1100 0 11 1111 10100100 11001 1010000

Color Harmonies of #BED8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8D1

Black with #BED8D1

Text Example


Text Example

White with #BED8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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