#BED7D0

Color #BED7D0 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BED7D0

Tints of Jet Stream #BED7D0

Color information

#BED7D0 (or 0xBED7D0) is unknown color: approx 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

RGB190215208-
CMYK0.1200.030.16
HSL163.2º23.81%79.41%-
HSV(B)163.2º11.63%84.31%-
XYZ56.9264.169.05-
YUV206.73128.72116.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=31.00%
G=35.07%
B=33.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902152080.1200.030.16163.223.8179.41
HexBED7D0C0310a3184f
Octal27632732014032024330117
Binary10111110110101111101000011000111000010100011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>