Html Css Color HEX #B1AAF8 Perano

📋 copy color: '#B1AAF8'

red 177 ◦ green 170 ◦ blue 248

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

Shades of Perano #B1AAF8

Tints of Perano #B1AAF8

RGB

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

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

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

R = 29.75%
G = 28.57%
B = 41.68%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1AAF8 (or 0xB1AAF8) is known color: Perano. HEX triplet: B1, AA and F8. RGB value is (177,170,248). Sum of RGB (Red+Green+Blue) = 177+170+248=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1AAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAF8 is #4E5507. Grayscale: #B4B4B4. Windows color (decimal): -5133576 or 16296625. OLE color: 16296625.

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

Color convert

RGB 177 170 248 -
CMYK 0.29 0.31 0 0.03
HSL 245.38º 0.85% 0.82% -
HSV(B) 245.38º 0.31% 0.97% -
XYZ 49.45 44.87 94.86 -
YUV 180.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 177 170 248 0.29 0.31 0 0.03 245.38 0.85 0.82
Hex B1 AA F8 1D 1F 0 3 F5 55 52
Octal 261 252 370 35 37 0 3 365 125 122
Binary 10110001 10101010 11111000 11101 11111 0 11 11110101 1010101 1010010

Color Harmonies of #B1AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAF8

Black with #B1AAF8

Text Example


Text Example

White with #B1AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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