Html Css Color HEX #B1AAFA Perano

📋 copy color: '#B1AAFA'

red 177 ◦ green 170 ◦ blue 250

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

Shades of Perano #B1AAFA

Tints of Perano #B1AAFA

RGB

 RED value IS 177 (69.53% from 255) = 29.65%

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

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 29.65%
G = 28.48%
B = 41.88%

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

#B1AAFA (or 0xB1AAFA) is known color: Perano. HEX triplet: B1, AA and FA. RGB value is (177,170,250). Sum of RGB (Red+Green+Blue) = 177+170+250=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAFA is #4E5505. Grayscale: #B4B4B4. Windows color (decimal): -5133574 or 16427697. OLE color: 16427697.

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

Color convert

RGB 177 170 250 -
CMYK 0.29 0.32 0 0.02
HSL 245.25º 0.89% 0.82% -
HSV(B) 245.25º 0.32% 0.98% -
XYZ 49.76 45 96.51 -
YUV 181.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 177 170 250 0.29 0.32 0 0.02 245.25 0.89 0.82
Hex B1 AA FA 1D 20 0 2 F5 59 52
Octal 261 252 372 35 40 0 2 365 131 122
Binary 10110001 10101010 11111010 11101 100000 0 10 11110101 1011001 1010010

Color Harmonies of #B1AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAFA

Black with #B1AAFA

Text Example


Text Example

White with #B1AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAFA; }

 p { color: rgb(177,170,250); }

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

background-color css

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

 a { background-color: rgb(177,170,250); }

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

border-color css

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

 span { border-color: rgb(177,170,250); }

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