Html Css Color HEX #AEB3FB Perano

📋 copy color: '#AEB3FB'

red 174 ◦ green 179 ◦ blue 251

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

Shades of Perano #AEB3FB

Tints of Perano #AEB3FB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.64%

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

R = 28.81%
G = 29.64%
B = 41.56%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEB3FB (or 0xAEB3FB) is known color: Perano. HEX triplet: AE, B3 and FB. RGB value is (174,179,251). Sum of RGB (Red+Green+Blue) = 174+179+251=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEB3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3FB is #514C04. Grayscale: #B9B9B9. Windows color (decimal): -5327877 or 16495534. OLE color: 16495534.

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

Color convert

RGB 174 179 251 -
CMYK 0.31 0.29 0 0.02
HSL 236.1º 0.91% 0.83% -
HSV(B) 236.1º 0.31% 0.98% -
XYZ 50.99 48.2 97.88 -
YUV 185.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 174 179 251 0.31 0.29 0 0.02 236.1 0.91 0.83
Hex AE B3 FB 1F 1D 0 2 EC 5B 53
Octal 256 263 373 37 35 0 2 354 133 123
Binary 10101110 10110011 11111011 11111 11101 0 10 11101100 1011011 1010011

Color Harmonies of #AEB3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB3FB

Black with #AEB3FB

Text Example


Text Example

White with #AEB3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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