Html Css Color HEX #B2AAF9 Perano

📋 copy color: '#B2AAF9'

red 178 ◦ green 170 ◦ blue 249

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

Shades of Perano #B2AAF9

Tints of Perano #B2AAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.71%

R = 29.82%
G = 28.48%
B = 41.71%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2AAF9 (or 0xB2AAF9) is known color: Perano. HEX triplet: B2, AA and F9. RGB value is (178,170,249). Sum of RGB (Red+Green+Blue) = 178+170+249=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2AAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAF9 is #4D5506. Grayscale: #B5B5B5. Windows color (decimal): -5068039 or 16362162. OLE color: 16362162.

HSL color Cylindrical-coordinate representation of color #B2AAF9: hue angle of 246.08º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2AAF9 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 170 249 -
CMYK 0.29 0.32 0 0.02
HSL 246.08º 0.87% 0.82% -
HSV(B) 246.08º 0.32% 0.98% -
XYZ 49.83 45.05 95.69 -
YUV 181.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 178 170 249 0.29 0.32 0 0.02 246.08 0.87 0.82
Hex B2 AA F9 1D 20 0 2 F6 57 52
Octal 262 252 371 35 40 0 2 366 127 122
Binary 10110010 10101010 11111001 11101 100000 0 10 11110110 1010111 1010010

Color Harmonies of #B2AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAF9

Black with #B2AAF9

Text Example


Text Example

White with #B2AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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