Html Css Color HEX #B1ABFD Perano

📋 copy color: '#B1ABFD'

red 177 ◦ green 171 ◦ blue 253

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

Shades of Perano #B1ABFD

Tints of Perano #B1ABFD

RGB

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

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

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

R = 29.45%
G = 28.45%
B = 42.1%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1ABFD (or 0xB1ABFD) is known color: Perano. HEX triplet: B1, AB and FD. RGB value is (177,171,253). Sum of RGB (Red+Green+Blue) = 177+171+253=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABFD is #4E5402. Grayscale: #B5B5B5. Windows color (decimal): -5133315 or 16624561. OLE color: 16624561.

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

Color convert

RGB 177 171 253 -
CMYK 0.30 0.32 0 0.01
HSL 244.39º 0.95% 0.83% -
HSV(B) 244.39º 0.32% 0.99% -
XYZ 50.42 45.56 99.07 -
YUV 182.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 177 171 253 0.30 0.32 0 0.01 244.39 0.95 0.83
Hex B1 AB FD 1E 20 0 1 F4 5F 53
Octal 261 253 375 36 40 0 1 364 137 123
Binary 10110001 10101011 11111101 11110 100000 0 1 11110100 1011111 1010011

Color Harmonies of #B1ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABFD

Black with #B1ABFD

Text Example


Text Example

White with #B1ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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