Html Css Color HEX #B0ABF1 Perano

📋 copy color: '#B0ABF1'

red 176 ◦ green 171 ◦ blue 241

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

Shades of Perano #B0ABF1

Tints of Perano #B0ABF1

RGB

 RED value IS 176 (69.14% from 255) = 29.93%

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

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 29.93%
G = 29.08%
B = 40.99%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0ABF1 (or 0xB0ABF1) is known color: Perano. HEX triplet: B0, AB and F1. RGB value is (176,171,241). Sum of RGB (Red+Green+Blue) = 176+171+241=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0ABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABF1 is #4F540E. Grayscale: #B4B4B4. Windows color (decimal): -5198863 or 15838128. OLE color: 15838128.

HSL color Cylindrical-coordinate representation of color #B0ABF1: hue angle of 244.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0ABF1 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 171 241 -
CMYK 0.27 0.29 0 0.05
HSL 244.29º 0.71% 0.81% -
HSV(B) 244.29º 0.29% 0.95% -
XYZ 48.34 44.71 89.3 -
YUV 180.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 176 171 241 0.27 0.29 0 0.05 244.29 0.71 0.81
Hex B0 AB F1 1B 1D 0 5 F4 47 51
Octal 260 253 361 33 35 0 5 364 107 121
Binary 10110000 10101011 11110001 11011 11101 0 101 11110100 1000111 1010001

Color Harmonies of #B0ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABF1

Black with #B0ABF1

Text Example


Text Example

White with #B0ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABF1; }

 p { color: rgb(176,171,241); }

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

background-color css

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

 a { background-color: rgb(176,171,241); }

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

border-color css

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

 span { border-color: rgb(176,171,241); }

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