Html Css Color HEX #B2ABFC Perano

📋 copy color: '#B2ABFC'

red 178 ◦ green 171 ◦ blue 252

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

Shades of Perano #B2ABFC

Tints of Perano #B2ABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 29.62%
G = 28.45%
B = 41.93%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2ABFC (or 0xB2ABFC) is known color: Perano. HEX triplet: B2, AB and FC. RGB value is (178,171,252). Sum of RGB (Red+Green+Blue) = 178+171+252=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABFC is #4D5403. Grayscale: #B6B6B6. Windows color (decimal): -5067780 or 16559026. OLE color: 16559026.

HSL color Cylindrical-coordinate representation of color #B2ABFC: hue angle of 245.19º degrees, saturation: 0.93, 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 #B2ABFC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 171 252 -
CMYK 0.29 0.32 0 0.01
HSL 245.19º 0.93% 0.83% -
HSV(B) 245.19º 0.32% 0.99% -
XYZ 50.49 45.62 98.24 -
YUV 182.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 178 171 252 0.29 0.32 0 0.01 245.19 0.93 0.83
Hex B2 AB FC 1D 20 0 1 F5 5D 53
Octal 262 253 374 35 40 0 1 365 135 123
Binary 10110010 10101011 11111100 11101 100000 0 1 11110101 1011101 1010011

Color Harmonies of #B2ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABFC

Black with #B2ABFC

Text Example


Text Example

White with #B2ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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