Html Css Color HEX #AEBFE8 Perano

📋 copy color: '#AEBFE8'

red 174 ◦ green 191 ◦ blue 232

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

Shades of Perano #AEBFE8

Tints of Perano #AEBFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.86%

R = 29.15%
G = 31.99%
B = 38.86%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AEBFE8 (or 0xAEBFE8) is known color: Perano. HEX triplet: AE, BF and E8. RGB value is (174,191,232). Sum of RGB (Red+Green+Blue) = 174+191+232=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEBFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFE8 is #514017. Grayscale: #BEBEBE. Windows color (decimal): -5324824 or 15253422. OLE color: 15253422.

HSL color Cylindrical-coordinate representation of color #AEBFE8: hue angle of 222.41º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEBFE8 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 191 232 -
CMYK 0.25 0.18 0 0.09
HSL 222.41º 0.56% 0.8% -
HSV(B) 222.41º 0.25% 0.91% -
XYZ 50.65 52.09 83.73 -
YUV 190.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 174 191 232 0.25 0.18 0 0.09 222.41 0.56 0.8
Hex AE BF E8 19 12 0 9 DE 38 50
Octal 256 277 350 31 22 0 11 336 70 120
Binary 10101110 10111111 11101000 11001 10010 0 1001 11011110 111000 1010000

Color Harmonies of #AEBFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFE8

Black with #AEBFE8

Text Example


Text Example

White with #AEBFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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