Html Css Color HEX #AEB4F2 Perano

📋 copy color: '#AEB4F2'

red 174 ◦ green 180 ◦ blue 242

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

Shades of Perano #AEB4F2

Tints of Perano #AEB4F2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.2%

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

R = 29.19%
G = 30.2%
B = 40.6%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEB4F2 (or 0xAEB4F2) is known color: Perano. HEX triplet: AE, B4 and F2. RGB value is (174,180,242). Sum of RGB (Red+Green+Blue) = 174+180+242=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEB4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4F2 is #514B0D. Grayscale: #B9B9B9. Windows color (decimal): -5327630 or 15905966. OLE color: 15905966.

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

Color convert

RGB 174 180 242 -
CMYK 0.28 0.26 0 0.05
HSL 234.71º 0.72% 0.82% -
HSV(B) 234.71º 0.28% 0.95% -
XYZ 49.8 48.05 90.65 -
YUV 185.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 174 180 242 0.28 0.26 0 0.05 234.71 0.72 0.82
Hex AE B4 F2 1C 1A 0 5 EB 48 52
Octal 256 264 362 34 32 0 5 353 110 122
Binary 10101110 10110100 11110010 11100 11010 0 101 11101011 1001000 1010010

Color Harmonies of #AEB4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB4F2

Black with #AEB4F2

Text Example


Text Example

White with #AEB4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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