Html Css Color HEX #AEBFF2 Perano

📋 copy color: '#AEBFF2'

red 174 ◦ green 191 ◦ blue 242

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

Shades of Perano #AEBFF2

Tints of Perano #AEBFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 31.47%

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

R = 28.67%
G = 31.47%
B = 39.87%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEBFF2 (or 0xAEBFF2) is known color: Perano. HEX triplet: AE, BF and F2. RGB value is (174,191,242). Sum of RGB (Red+Green+Blue) = 174+191+242=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEBFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF2 is #51400D. Grayscale: #BFBFBF. Windows color (decimal): -5324814 or 15908782. OLE color: 15908782.

HSL color Cylindrical-coordinate representation of color #AEBFF2: hue angle of 225º 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 #AEBFF2 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 191 242 -
CMYK 0.28 0.21 0 0.05
HSL 225º 0.72% 0.82% -
HSV(B) 225º 0.28% 0.95% -
XYZ 52.11 52.67 91.42 -
YUV 191.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 174 191 242 0.28 0.21 0 0.05 225 0.72 0.82
Hex AE BF F2 1C 15 0 5 E1 48 52
Octal 256 277 362 34 25 0 5 341 110 122
Binary 10101110 10111111 11110010 11100 10101 0 101 11100001 1001000 1010010

Color Harmonies of #AEBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFF2

Black with #AEBFF2

Text Example


Text Example

White with #AEBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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