Html Css Color HEX #AEBBDB Perano

📋 copy color: '#AEBBDB'

red 174 ◦ green 187 ◦ blue 219

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

Shades of Perano #AEBBDB

Tints of Perano #AEBBDB

RGB

 RED value IS 174 (68.36% from 255) = 30%

 GREEN value IS 187 (73.44% from 255) = 32.24%

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 30%
G = 32.24%
B = 37.76%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEBBDB (or 0xAEBBDB) is known color: Perano. HEX triplet: AE, BB and DB. RGB value is (174,187,219). Sum of RGB (Red+Green+Blue) = 174+187+219=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBDB is #514424. Grayscale: #BABABA. Windows color (decimal): -5325861 or 14400430. OLE color: 14400430.

HSL color Cylindrical-coordinate representation of color #AEBBDB: hue angle of 222.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBBDB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 187 219 -
CMYK 0.21 0.15 0 0.14
HSL 222.67º 0.38% 0.77% -
HSV(B) 222.67º 0.21% 0.86% -
XYZ 48.01 49.65 74.07 -
YUV 186.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 174 187 219 0.21 0.15 0 0.14 222.67 0.38 0.77
Hex AE BB DB 15 F 0 E DF 26 4D
Octal 256 273 333 25 17 0 16 337 46 115
Binary 10101110 10111011 11011011 10101 1111 0 1110 11011111 100110 1001101

Color Harmonies of #AEBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBDB

Black with #AEBBDB

Text Example


Text Example

White with #AEBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBDB; }

 p { color: rgb(174,187,219); }

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

background-color css

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

 a { background-color: rgb(174,187,219); }

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

border-color css

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

 span { border-color: rgb(174,187,219); }

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