Html Css Color HEX #B2AAF8 Perano

📋 copy color: '#B2AAF8'

red 178 ◦ green 170 ◦ blue 248

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

Shades of Perano #B2AAF8

Tints of Perano #B2AAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.61%

R = 29.87%
G = 28.52%
B = 41.61%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B2AAF8 (or 0xB2AAF8) is known color: Perano. HEX triplet: B2, AA and F8. RGB value is (178,170,248). Sum of RGB (Red+Green+Blue) = 178+170+248=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2AAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAF8 is #4D5507. Grayscale: #B4B4B4. Windows color (decimal): -5068040 or 16296626. OLE color: 16296626.

HSL color Cylindrical-coordinate representation of color #B2AAF8: hue angle of 246.15º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AAF8 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 170 248 -
CMYK 0.28 0.31 0 0.03
HSL 246.15º 0.85% 0.82% -
HSV(B) 246.15º 0.31% 0.97% -
XYZ 49.68 44.99 94.87 -
YUV 181.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 178 170 248 0.28 0.31 0 0.03 246.15 0.85 0.82
Hex B2 AA F8 1C 1F 0 3 F6 55 52
Octal 262 252 370 34 37 0 3 366 125 122
Binary 10110010 10101010 11111000 11100 11111 0 11 11110110 1010101 1010010

Color Harmonies of #B2AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAF8

Black with #B2AAF8

Text Example


Text Example

White with #B2AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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