Html Css Color HEX #B2ABFE Perano

📋 copy color: '#B2ABFE'

red 178 ◦ green 171 ◦ blue 254

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

Shades of Perano #B2ABFE

Tints of Perano #B2ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.12%

R = 29.52%
G = 28.36%
B = 42.12%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2ABFE (or 0xB2ABFE) is known color: Perano. HEX triplet: B2, AB and FE. RGB value is (178,171,254). Sum of RGB (Red+Green+Blue) = 178+171+254=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABFE is #4D5401. Grayscale: #B6B6B6. Windows color (decimal): -5067778 or 16690098. OLE color: 16690098.

HSL color Cylindrical-coordinate representation of color #B2ABFE: hue angle of 245.06º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2ABFE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 171 254 -
CMYK 0.30 0.33 0 0.00
HSL 245.06º 0.98% 0.83% -
HSV(B) 245.06º 0.33% 1% -
XYZ 50.81 45.75 99.92 -
YUV 182.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 178 171 254 0.30 0.33 0 0.00 245.06 0.98 0.83
Hex B2 AB FE 1E 21 0 0 F5 62 53
Octal 262 253 376 36 41 0 0 365 142 123
Binary 10110010 10101011 11111110 11110 100001 0 0 11110101 1100010 1010011

Color Harmonies of #B2ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABFE

Black with #B2ABFE

Text Example


Text Example

White with #B2ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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