#BEDAD1

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

Shades of Jet Stream #BEDAD1

Tints of Jet Stream #BEDAD1

Color information

#BEDAD1 (or 0xBEDAD1) is unknown color: approx Jet Stream. HEX triplet: BE, DA and D1. RGB value is (190,218,209). Sum of RGB (Red+Green+Blue) = 190+218+209=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAD1 is #41252E. Grayscale: #D0D0D0. Windows color (decimal): -4269359 or 13753022. OLE color: 13753022.

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

Color convert

RGB190218209-
CMYK0.1300.040.15
HSL160.71º27.45%80%-
HSV(B)160.71º12.84%85.49%-
XYZ57.8265.6969.95-
YUV208.6128.22114.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=30.79%
G=35.33%
B=33.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902182090.1300.040.15160.7127.4580
HexBEDAD1D04Fa11b50
Octal27633232115041724133120
Binary10111110110110101101000111010100111110100001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAD1; }

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

 H1.HeaderClassName
 {
   color: #BEDAD1;
 }
 .AnyTagClassName
 {
   color: #BEDAD1;
 }
</style>
background-color css

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

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

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

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

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

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