Html Css Color HEX #B1AAF9 Perano

📋 copy color: '#B1AAF9'

red 177 ◦ green 170 ◦ blue 249

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

Shades of Perano #B1AAF9

Tints of Perano #B1AAF9

RGB

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

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

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

R = 29.7%
G = 28.52%
B = 41.78%

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

#B1AAF9 (or 0xB1AAF9) is known color: Perano. HEX triplet: B1, AA and F9. RGB value is (177,170,249). Sum of RGB (Red+Green+Blue) = 177+170+249=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1AAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAF9 is #4E5506. Grayscale: #B4B4B4. Windows color (decimal): -5133575 or 16362161. OLE color: 16362161.

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

Color convert

RGB 177 170 249 -
CMYK 0.29 0.32 0 0.02
HSL 245.32º 0.87% 0.82% -
HSV(B) 245.32º 0.32% 0.98% -
XYZ 49.61 44.94 95.68 -
YUV 181.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 177 170 249 0.29 0.32 0 0.02 245.32 0.87 0.82
Hex B1 AA F9 1D 20 0 2 F5 57 52
Octal 261 252 371 35 40 0 2 365 127 122
Binary 10110001 10101010 11111001 11101 100000 0 10 11110101 1010111 1010010

Color Harmonies of #B1AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAF9

Black with #B1AAF9

Text Example


Text Example

White with #B1AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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