Html Css Color HEX #BEDAD1 Jet Stream

📋 copy color: '#BEDAD1'

red 190 ◦ green 218 ◦ blue 209

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

Shades of Jet Stream #BEDAD1

Tints of Jet Stream #BEDAD1

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 value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#BEDAD1 (or 0xBEDAD1) is known color: 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

RGB 190 218 209 -
CMYK 0.13 0 0.04 0.15
HSL 160.71º 0.27% 0.8% -
HSV(B) 160.71º 0.13% 0.85% -
XYZ 57.82 65.69 69.95 -
YUV 208.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 190 218 209 0.13 0 0.04 0.15 160.71 0.27 0.8
Hex BE DA D1 D 0 4 F A1 1B 50
Octal 276 332 321 15 0 4 17 241 33 120
Binary 10111110 11011010 11010001 1101 0 100 1111 10100001 11011 1010000

Color Harmonies of #BEDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDAD1

Black with #BEDAD1

Text Example


Text Example

White with #BEDAD1

Text Example


Text Example

HTML Codes & Css Web 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>