Html Css Color HEX #B2ABFB Perano

📋 copy color: '#B2ABFB'

red 178 ◦ green 171 ◦ blue 251

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

Shades of Perano #B2ABFB

Tints of Perano #B2ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.83%

R = 29.67%
G = 28.5%
B = 41.83%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2ABFB (or 0xB2ABFB) is known color: Perano. HEX triplet: B2, AB and FB. RGB value is (178,171,251). Sum of RGB (Red+Green+Blue) = 178+171+251=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABFB is #4D5404. Grayscale: #B5B5B5. Windows color (decimal): -5067781 or 16493490. OLE color: 16493490.

HSL color Cylindrical-coordinate representation of color #B2ABFB: hue angle of 245.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2ABFB is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 171 251 -
CMYK 0.29 0.32 0 0.02
HSL 245.25º 0.91% 0.83% -
HSV(B) 245.25º 0.32% 0.98% -
XYZ 50.34 45.56 97.41 -
YUV 182.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 178 171 251 0.29 0.32 0 0.02 245.25 0.91 0.83
Hex B2 AB FB 1D 20 0 2 F5 5B 53
Octal 262 253 373 35 40 0 2 365 133 123
Binary 10110010 10101011 11111011 11101 100000 0 10 11110101 1011011 1010011

Color Harmonies of #B2ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABFB

Black with #B2ABFB

Text Example


Text Example

White with #B2ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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