Html Css Color HEX #AEB2F2 Perano

📋 copy color: '#AEB2F2'

red 174 ◦ green 178 ◦ blue 242

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

Shades of Perano #AEB2F2

Tints of Perano #AEB2F2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.97%

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

R = 29.29%
G = 29.97%
B = 40.74%

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

#AEB2F2 (or 0xAEB2F2) is known color: Perano. HEX triplet: AE, B2 and F2. RGB value is (174,178,242). Sum of RGB (Red+Green+Blue) = 174+178+242=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEB2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2F2 is #514D0D. Grayscale: #B7B7B7. Windows color (decimal): -5328142 or 15905454. OLE color: 15905454.

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

Color convert

RGB 174 178 242 -
CMYK 0.28 0.26 0 0.05
HSL 236.47º 0.72% 0.82% -
HSV(B) 236.47º 0.28% 0.95% -
XYZ 49.4 47.25 90.52 -
YUV 184.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 174 178 242 0.28 0.26 0 0.05 236.47 0.72 0.82
Hex AE B2 F2 1C 1A 0 5 EC 48 52
Octal 256 262 362 34 32 0 5 354 110 122
Binary 10101110 10110010 11110010 11100 11010 0 101 11101100 1001000 1010010

Color Harmonies of #AEB2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2F2

Black with #AEB2F2

Text Example


Text Example

White with #AEB2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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