Html Css Color HEX #AEB8FB Perano

📋 copy color: '#AEB8FB'

red 174 ◦ green 184 ◦ blue 251

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

Shades of Perano #AEB8FB

Tints of Perano #AEB8FB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.21%

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 28.57%
G = 30.21%
B = 41.22%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEB8FB (or 0xAEB8FB) is known color: Perano. HEX triplet: AE, B8 and FB. RGB value is (174,184,251). Sum of RGB (Red+Green+Blue) = 174+184+251=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8FB is #514704. Grayscale: #BCBCBC. Windows color (decimal): -5326597 or 16496814. OLE color: 16496814.

HSL color Cylindrical-coordinate representation of color #AEB8FB: hue angle of 232.21º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEB8FB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 184 251 -
CMYK 0.31 0.27 0 0.02
HSL 232.21º 0.91% 0.83% -
HSV(B) 232.21º 0.31% 0.98% -
XYZ 52.01 50.24 98.22 -
YUV 188.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 174 184 251 0.31 0.27 0 0.02 232.21 0.91 0.83
Hex AE B8 FB 1F 1B 0 2 E8 5B 53
Octal 256 270 373 37 33 0 2 350 133 123
Binary 10101110 10111000 11111011 11111 11011 0 10 11101000 1011011 1010011

Color Harmonies of #AEB8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8FB

Black with #AEB8FB

Text Example


Text Example

White with #AEB8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8FB; }

 p { color: rgb(174,184,251); }

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

background-color css

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

 a { background-color: rgb(174,184,251); }

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

border-color css

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

 span { border-color: rgb(174,184,251); }

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