Html Css Color HEX #AEBFEB Perano

📋 copy color: '#AEBFEB'

red 174 ◦ green 191 ◦ blue 235

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

Shades of Perano #AEBFEB

Tints of Perano #AEBFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.17%

R = 29%
G = 31.83%
B = 39.17%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEBFEB (or 0xAEBFEB) is known color: Perano. HEX triplet: AE, BF and EB. RGB value is (174,191,235). Sum of RGB (Red+Green+Blue) = 174+191+235=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEBFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFEB is #514014. Grayscale: #BEBEBE. Windows color (decimal): -5324821 or 15450030. OLE color: 15450030.

HSL color Cylindrical-coordinate representation of color #AEBFEB: hue angle of 223.28º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEBFEB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 191 235 -
CMYK 0.26 0.19 0 0.08
HSL 223.28º 0.6% 0.8% -
HSV(B) 223.28º 0.26% 0.92% -
XYZ 51.08 52.26 85.99 -
YUV 190.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 174 191 235 0.26 0.19 0 0.08 223.28 0.6 0.8
Hex AE BF EB 1A 13 0 8 DF 3C 50
Octal 256 277 353 32 23 0 10 337 74 120
Binary 10101110 10111111 11101011 11010 10011 0 1000 11011111 111100 1010000

Color Harmonies of #AEBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFEB

Black with #AEBFEB

Text Example


Text Example

White with #AEBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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