Html Css Color HEX #B2AAFE Perano

📋 copy color: '#B2AAFE'

red 178 ◦ green 170 ◦ blue 254

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

Shades of Perano #B2AAFE

Tints of Perano #B2AAFE

RGB

 RED value IS 178 (69.92% from 255) = 29.57%

 GREEN value IS 170 (66.8% from 255) = 28.24%

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 29.57%
G = 28.24%
B = 42.19%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2AAFE (or 0xB2AAFE) is known color: Perano. HEX triplet: B2, AA and FE. RGB value is (178,170,254). Sum of RGB (Red+Green+Blue) = 178+170+254=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAFE is #4D5501. Grayscale: #B5B5B5. Windows color (decimal): -5068034 or 16689842. OLE color: 16689842.

HSL color Cylindrical-coordinate representation of color #B2AAFE: hue angle of 245.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2AAFE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 170 254 -
CMYK 0.30 0.33 0 0.00
HSL 245.71º 0.98% 0.83% -
HSV(B) 245.71º 0.33% 1% -
XYZ 50.62 45.37 99.86 -
YUV 181.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 178 170 254 0.30 0.33 0 0.00 245.71 0.98 0.83
Hex B2 AA FE 1E 21 0 0 F6 62 53
Octal 262 252 376 36 41 0 0 366 142 123
Binary 10110010 10101010 11111110 11110 100001 0 0 11110110 1100010 1010011

Color Harmonies of #B2AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAFE

Black with #B2AAFE

Text Example


Text Example

White with #B2AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAFE; }

 p { color: rgb(178,170,254); }

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

background-color css

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

 a { background-color: rgb(178,170,254); }

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

border-color css

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

 span { border-color: rgb(178,170,254); }

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