Html Css Color HEX #AEBFFD Perano

📋 copy color: '#AEBFFD'

red 174 ◦ green 191 ◦ blue 253

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

Shades of Perano #AEBFFD

Tints of Perano #AEBFFD

RGB

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

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

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

R = 28.16%
G = 30.91%
B = 40.94%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEBFFD (or 0xAEBFFD) is known color: Perano. HEX triplet: AE, BF and FD. RGB value is (174,191,253). Sum of RGB (Red+Green+Blue) = 174+191+253=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFFD is #514002. Grayscale: #C0C0C0. Windows color (decimal): -5324803 or 16629678. OLE color: 16629678.

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

Color convert

RGB 174 191 253 -
CMYK 0.31 0.25 0 0.01
HSL 227.09º 0.95% 0.84% -
HSV(B) 227.09º 0.31% 0.99% -
XYZ 53.82 53.35 100.39 -
YUV 192.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 174 191 253 0.31 0.25 0 0.01 227.09 0.95 0.84
Hex AE BF FD 1F 19 0 1 E3 5F 54
Octal 256 277 375 37 31 0 1 343 137 124
Binary 10101110 10111111 11111101 11111 11001 0 1 11100011 1011111 1010100

Color Harmonies of #AEBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFFD

Black with #AEBFFD

Text Example


Text Example

White with #AEBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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