Html Css Color HEX #B2ABF1 Perano

📋 copy color: '#B2ABF1'

red 178 ◦ green 171 ◦ blue 241

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

Shades of Perano #B2ABF1

Tints of Perano #B2ABF1

RGB

 RED value IS 178 (69.92% from 255) = 30.17%

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

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

R = 30.17%
G = 28.98%
B = 40.85%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2ABF1 (or 0xB2ABF1) is known color: Perano. HEX triplet: B2, AB and F1. RGB value is (178,171,241). Sum of RGB (Red+Green+Blue) = 178+171+241=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2ABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABF1 is #4D540E. Grayscale: #B4B4B4. Windows color (decimal): -5067791 or 15838130. OLE color: 15838130.

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

Color convert

RGB 178 171 241 -
CMYK 0.26 0.29 0 0.05
HSL 246º 0.71% 0.81% -
HSV(B) 246º 0.29% 0.95% -
XYZ 48.8 44.94 89.32 -
YUV 181.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 178 171 241 0.26 0.29 0 0.05 246 0.71 0.81
Hex B2 AB F1 1A 1D 0 5 F6 47 51
Octal 262 253 361 32 35 0 5 366 107 121
Binary 10110010 10101011 11110001 11010 11101 0 101 11110110 1000111 1010001

Color Harmonies of #B2ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABF1

Black with #B2ABF1

Text Example


Text Example

White with #B2ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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