Html Css Color HEX #AEBFFC Perano

📋 copy color: '#AEBFFC'

red 174 ◦ green 191 ◦ blue 252

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

Shades of Perano #AEBFFC

Tints of Perano #AEBFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 28.2%
G = 30.96%
B = 40.84%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEBFFC (or 0xAEBFFC) is known color: Perano. HEX triplet: AE, BF and FC. RGB value is (174,191,252). Sum of RGB (Red+Green+Blue) = 174+191+252=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEBFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFFC is #514003. Grayscale: #C0C0C0. Windows color (decimal): -5324804 or 16564142. OLE color: 16564142.

HSL color Cylindrical-coordinate representation of color #AEBFFC: hue angle of 226.92º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEBFFC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 191 252 -
CMYK 0.31 0.24 0 0.01
HSL 226.92º 0.93% 0.84% -
HSV(B) 226.92º 0.31% 0.99% -
XYZ 53.66 53.29 99.55 -
YUV 192.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 174 191 252 0.31 0.24 0 0.01 226.92 0.93 0.84
Hex AE BF FC 1F 18 0 1 E3 5D 54
Octal 256 277 374 37 30 0 1 343 135 124
Binary 10101110 10111111 11111100 11111 11000 0 1 11100011 1011101 1010100

Color Harmonies of #AEBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFFC

Black with #AEBFFC

Text Example


Text Example

White with #AEBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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