Html Css Color HEX #B1ABFE Perano

📋 copy color: '#B1ABFE'

red 177 ◦ green 171 ◦ blue 254

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

Shades of Perano #B1ABFE

Tints of Perano #B1ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.41%

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 29.4%
G = 28.41%
B = 42.19%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1ABFE (or 0xB1ABFE) is known color: Perano. HEX triplet: B1, AB and FE. RGB value is (177,171,254). Sum of RGB (Red+Green+Blue) = 177+171+254=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABFE is #4E5401. Grayscale: #B5B5B5. Windows color (decimal): -5133314 or 16690097. OLE color: 16690097.

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

Color convert

RGB 177 171 254 -
CMYK 0.30 0.33 0 0.00
HSL 244.34º 0.98% 0.83% -
HSV(B) 244.34º 0.33% 1% -
XYZ 50.58 45.63 99.91 -
YUV 182.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 177 171 254 0.30 0.33 0 0.00 244.34 0.98 0.83
Hex B1 AB FE 1E 21 0 0 F4 62 53
Octal 261 253 376 36 41 0 0 364 142 123
Binary 10110001 10101011 11111110 11110 100001 0 0 11110100 1100010 1010011

Color Harmonies of #B1ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABFE

Black with #B1ABFE

Text Example


Text Example

White with #B1ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABFE; }

 p { color: rgb(177,171,254); }

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

background-color css

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

 a { background-color: rgb(177,171,254); }

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

border-color css

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

 span { border-color: rgb(177,171,254); }

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