Html Css Color HEX #BED7D0 Jet Stream

📋 copy color: '#BED7D0'

red 190 ◦ green 215 ◦ blue 208

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

Shades of Jet Stream #BED7D0

Tints of Jet Stream #BED7D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.93%

R = 31%
G = 35.07%
B = 33.93%

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

#BED7D0 (or 0xBED7D0) is known color: Jet Stream. HEX triplet: BE, D7 and D0. RGB value is (190,215,208). Sum of RGB (Red+Green+Blue) = 190+215+208=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7D0 is #41282F. Grayscale: #CECECE. Windows color (decimal): -4270128 or 13686718. OLE color: 13686718.

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

Color convert

RGB 190 215 208 -
CMYK 0.12 0 0.03 0.16
HSL 163.2º 0.24% 0.79% -
HSV(B) 163.2º 0.12% 0.84% -
XYZ 56.92 64.1 69.05 -
YUV 206.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 190 215 208 0.12 0 0.03 0.16 163.2 0.24 0.79
Hex BE D7 D0 C 0 3 10 A3 18 4F
Octal 276 327 320 14 0 3 20 243 30 117
Binary 10111110 11010111 11010000 1100 0 11 10000 10100011 11000 1001111

Color Harmonies of #BED7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7D0

Black with #BED7D0

Text Example


Text Example

White with #BED7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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