Html Css Color HEX #AEB4EF Perano

📋 copy color: '#AEB4EF'

red 174 ◦ green 180 ◦ blue 239

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

Shades of Perano #AEB4EF

Tints of Perano #AEB4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.35%

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 29.34%
G = 30.35%
B = 40.3%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEB4EF (or 0xAEB4EF) is known color: Perano. HEX triplet: AE, B4 and EF. RGB value is (174,180,239). Sum of RGB (Red+Green+Blue) = 174+180+239=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEB4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4EF is #514B10. Grayscale: #B8B8B8. Windows color (decimal): -5327633 or 15709358. OLE color: 15709358.

HSL color Cylindrical-coordinate representation of color #AEB4EF: hue angle of 234.46º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB4EF is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 180 239 -
CMYK 0.27 0.25 0 0.06
HSL 234.46º 0.67% 0.81% -
HSV(B) 234.46º 0.27% 0.94% -
XYZ 49.36 47.87 88.3 -
YUV 184.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 174 180 239 0.27 0.25 0 0.06 234.46 0.67 0.81
Hex AE B4 EF 1B 19 0 6 EA 43 51
Octal 256 264 357 33 31 0 6 352 103 121
Binary 10101110 10110100 11101111 11011 11001 0 110 11101010 1000011 1010001

Color Harmonies of #AEB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB4EF

Black with #AEB4EF

Text Example


Text Example

White with #AEB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB4EF; }

 p { color: rgb(174,180,239); }

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

background-color css

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

 a { background-color: rgb(174,180,239); }

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

border-color css

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

 span { border-color: rgb(174,180,239); }

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