Html Css Color HEX #AEB8F2 Perano

📋 copy color: '#AEB8F2'

red 174 ◦ green 184 ◦ blue 242

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

Shades of Perano #AEB8F2

Tints of Perano #AEB8F2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.67%

 BLUE value IS 242 (94.92% from 255) = 40.33%

R = 29%
G = 30.67%
B = 40.33%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEB8F2 (or 0xAEB8F2) is known color: Perano. HEX triplet: AE, B8 and F2. RGB value is (174,184,242). Sum of RGB (Red+Green+Blue) = 174+184+242=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEB8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8F2 is #51470D. Grayscale: #BBBBBB. Windows color (decimal): -5326606 or 15906990. OLE color: 15906990.

HSL color Cylindrical-coordinate representation of color #AEB8F2: hue angle of 231.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB8F2 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 184 242 -
CMYK 0.28 0.24 0 0.05
HSL 231.18º 0.72% 0.82% -
HSV(B) 231.18º 0.28% 0.95% -
XYZ 50.62 49.69 90.93 -
YUV 187.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 174 184 242 0.28 0.24 0 0.05 231.18 0.72 0.82
Hex AE B8 F2 1C 18 0 5 E7 48 52
Octal 256 270 362 34 30 0 5 347 110 122
Binary 10101110 10111000 11110010 11100 11000 0 101 11100111 1001000 1010010

Color Harmonies of #AEB8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8F2

Black with #AEB8F2

Text Example


Text Example

White with #AEB8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8F2; }

 p { color: rgb(174,184,242); }

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

background-color css

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

 a { background-color: rgb(174,184,242); }

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

border-color css

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

 span { border-color: rgb(174,184,242); }

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