Html Css Color HEX #AEBBFC Perano

📋 copy color: '#AEBBFC'

red 174 ◦ green 187 ◦ blue 252

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

Shades of Perano #AEBBFC

Tints of Perano #AEBBFC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.51%

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

R = 28.38%
G = 30.51%
B = 41.11%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEBBFC (or 0xAEBBFC) is known color: Perano. HEX triplet: AE, BB and FC. RGB value is (174,187,252). Sum of RGB (Red+Green+Blue) = 174+187+252=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEBBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBFC is #514403. Grayscale: #BEBEBE. Windows color (decimal): -5325828 or 16563118. OLE color: 16563118.

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

Color convert

RGB 174 187 252 -
CMYK 0.31 0.26 0 0.01
HSL 230º 0.93% 0.84% -
HSV(B) 230º 0.31% 0.99% -
XYZ 52.8 51.57 99.27 -
YUV 190.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 174 187 252 0.31 0.26 0 0.01 230 0.93 0.84
Hex AE BB FC 1F 1A 0 1 E6 5D 54
Octal 256 273 374 37 32 0 1 346 135 124
Binary 10101110 10111011 11111100 11111 11010 0 1 11100110 1011101 1010100

Color Harmonies of #AEBBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBFC

Black with #AEBBFC

Text Example


Text Example

White with #AEBBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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