Html Css Color HEX #AEBAFD Perano

📋 copy color: '#AEBAFD'

red 174 ◦ green 186 ◦ blue 253

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

Shades of Perano #AEBAFD

Tints of Perano #AEBAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.34%

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 28.38%
G = 30.34%
B = 41.27%

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

#AEBAFD (or 0xAEBAFD) is known color: Perano. HEX triplet: AE, BA and FD. RGB value is (174,186,253). Sum of RGB (Red+Green+Blue) = 174+186+253=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEBAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAFD is #514502. Grayscale: #BDBDBD. Windows color (decimal): -5326083 or 16628398. OLE color: 16628398.

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

Color convert

RGB 174 186 253 -
CMYK 0.31 0.26 0 0.01
HSL 230.89º 0.95% 0.84% -
HSV(B) 230.89º 0.31% 0.99% -
XYZ 52.74 51.21 100.03 -
YUV 190.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 174 186 253 0.31 0.26 0 0.01 230.89 0.95 0.84
Hex AE BA FD 1F 1A 0 1 E7 5F 54
Octal 256 272 375 37 32 0 1 347 137 124
Binary 10101110 10111010 11111101 11111 11010 0 1 11100111 1011111 1010100

Color Harmonies of #AEBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAFD

Black with #AEBAFD

Text Example


Text Example

White with #AEBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAFD; }

 p { color: rgb(174,186,253); }

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

background-color css

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

 a { background-color: rgb(174,186,253); }

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

border-color css

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

 span { border-color: rgb(174,186,253); }

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