Html Css Color HEX #AABDEB Perano

📋 copy color: '#AABDEB'

red 170 ◦ green 189 ◦ blue 235

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

Shades of Perano #AABDEB

Tints of Perano #AABDEB

RGB

 RED value IS 170 (66.8% from 255) = 28.62%

 GREEN value IS 189 (74.22% from 255) = 31.82%

 BLUE value IS 235 (92.19% from 255) = 39.56%

R = 28.62%
G = 31.82%
B = 39.56%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AABDEB (or 0xAABDEB) is known color: Perano. HEX triplet: AA, BD and EB. RGB value is (170,189,235). Sum of RGB (Red+Green+Blue) = 170+189+235=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #AABDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDEB is #554214. Grayscale: #BCBCBC. Windows color (decimal): -5587477 or 15449514. OLE color: 15449514.

HSL color Cylindrical-coordinate representation of color #AABDEB: hue angle of 222.46º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABDEB is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 189 235 -
CMYK 0.28 0.20 0 0.08
HSL 222.46º 0.62% 0.79% -
HSV(B) 222.46º 0.28% 0.92% -
XYZ 49.77 50.94 85.81 -
YUV 188.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 170 189 235 0.28 0.20 0 0.08 222.46 0.62 0.79
Hex AA BD EB 1C 14 0 8 DE 3E 4F
Octal 252 275 353 34 24 0 10 336 76 117
Binary 10101010 10111101 11101011 11100 10100 0 1000 11011110 111110 1001111

Color Harmonies of #AABDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDEB

Black with #AABDEB

Text Example


Text Example

White with #AABDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDEB; }

 p { color: rgb(170,189,235); }

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

background-color css

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

 a { background-color: rgb(170,189,235); }

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

border-color css

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

 span { border-color: rgb(170,189,235); }

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