Html Css Color HEX #BEDECB Aero Blue

📋 copy color: '#BEDECB'

red 190 ◦ green 222 ◦ blue 203

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

Shades of Aero Blue #BEDECB

Tints of Aero Blue #BEDECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.1%

 BLUE value IS 203 (79.69% from 255) = 33.01%

R = 30.89%
G = 36.1%
B = 33.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BEDECB (or 0xBEDECB) is known color: Aero Blue. HEX triplet: BE, DE and CB. RGB value is (190,222,203). Sum of RGB (Red+Green+Blue) = 190+222+203=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDECB is #412134. Grayscale: #D2D2D2. Windows color (decimal): -4268341 or 13360830. OLE color: 13360830.

HSL color Cylindrical-coordinate representation of color #BEDECB: hue angle of 144.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDECB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 203 -
CMYK 0.14 0 0.09 0.13
HSL 144.38º 0.33% 0.81% -
HSV(B) 144.38º 0.14% 0.87% -
XYZ 58.14 67.5 66.46 -
YUV 210.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 190 222 203 0.14 0 0.09 0.13 144.38 0.33 0.81
Hex BE DE CB E 0 9 D 90 21 51
Octal 276 336 313 16 0 11 15 220 41 121
Binary 10111110 11011110 11001011 1110 0 1001 1101 10010000 100001 1010001

Color Harmonies of #BEDECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDECB

Black with #BEDECB

Text Example


Text Example

White with #BEDECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDECB; }

 p { color: rgb(190,222,203); }

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

background-color css

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

 a { background-color: rgb(190,222,203); }

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

border-color css

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

 span { border-color: rgb(190,222,203); }

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