Html Css Color HEX #AEB1F3 Perano

📋 copy color: '#AEB1F3'

red 174 ◦ green 177 ◦ blue 243

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

Shades of Perano #AEB1F3

Tints of Perano #AEB1F3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.8%

 BLUE value IS 243 (95.31% from 255) = 40.91%

R = 29.29%
G = 29.8%
B = 40.91%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEB1F3 (or 0xAEB1F3) is known color: Perano. HEX triplet: AE, B1 and F3. RGB value is (174,177,243). Sum of RGB (Red+Green+Blue) = 174+177+243=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEB1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1F3 is #514E0C. Grayscale: #B7B7B7. Windows color (decimal): -5328397 or 15970734. OLE color: 15970734.

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

Color convert

RGB 174 177 243 -
CMYK 0.28 0.27 0 0.05
HSL 237.39º 0.74% 0.82% -
HSV(B) 237.39º 0.28% 0.95% -
XYZ 49.36 46.91 91.25 -
YUV 183.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 174 177 243 0.28 0.27 0 0.05 237.39 0.74 0.82
Hex AE B1 F3 1C 1B 0 5 ED 4A 52
Octal 256 261 363 34 33 0 5 355 112 122
Binary 10101110 10110001 11110011 11100 11011 0 101 11101101 1001010 1010010

Color Harmonies of #AEB1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1F3

Black with #AEB1F3

Text Example


Text Example

White with #AEB1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1F3; }

 p { color: rgb(174,177,243); }

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

background-color css

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

 a { background-color: rgb(174,177,243); }

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

border-color css

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

 span { border-color: rgb(174,177,243); }

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