Html Css Color HEX #B1AAFD Perano

📋 copy color: '#B1AAFD'

red 177 ◦ green 170 ◦ blue 253

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

Shades of Perano #B1AAFD

Tints of Perano #B1AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 29.5%
G = 28.33%
B = 42.17%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1AAFD (or 0xB1AAFD) is known color: Perano. HEX triplet: B1, AA and FD. RGB value is (177,170,253). Sum of RGB (Red+Green+Blue) = 177+170+253=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAFD is #4E5502. Grayscale: #B5B5B5. Windows color (decimal): -5133571 or 16624305. OLE color: 16624305.

HSL color Cylindrical-coordinate representation of color #B1AAFD: hue angle of 245.06º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1AAFD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 170 253 -
CMYK 0.30 0.33 0 0.01
HSL 245.06º 0.95% 0.83% -
HSV(B) 245.06º 0.33% 0.99% -
XYZ 50.24 45.19 99 -
YUV 181.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 177 170 253 0.30 0.33 0 0.01 245.06 0.95 0.83
Hex B1 AA FD 1E 21 0 1 F5 5F 53
Octal 261 252 375 36 41 0 1 365 137 123
Binary 10110001 10101010 11111101 11110 100001 0 1 11110101 1011111 1010011

Color Harmonies of #B1AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAFD

Black with #B1AAFD

Text Example


Text Example

White with #B1AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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