Html Css Color HEX #B4ABF8 Perano

📋 copy color: '#B4ABF8'

red 180 ◦ green 171 ◦ blue 248

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

Shades of Perano #B4ABF8

Tints of Perano #B4ABF8

RGB

 RED value IS 180 (70.7% from 255) = 30.05%

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

 BLUE value IS 248 (97.27% from 255) = 41.4%

R = 30.05%
G = 28.55%
B = 41.4%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B4ABF8 (or 0xB4ABF8) is known color: Perano. HEX triplet: B4, AB and F8. RGB value is (180,171,248). Sum of RGB (Red+Green+Blue) = 180+171+248=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #B4ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABF8 is #4B5407. Grayscale: #B6B6B6. Windows color (decimal): -4936712 or 16296884. OLE color: 16296884.

HSL color Cylindrical-coordinate representation of color #B4ABF8: hue angle of 247.01º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4ABF8 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 171 248 -
CMYK 0.27 0.31 0 0.03
HSL 247.01º 0.85% 0.82% -
HSV(B) 247.01º 0.31% 0.97% -
XYZ 50.33 45.61 94.96 -
YUV 182.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 180 171 248 0.27 0.31 0 0.03 247.01 0.85 0.82
Hex B4 AB F8 1B 1F 0 3 F7 55 52
Octal 264 253 370 33 37 0 3 367 125 122
Binary 10110100 10101011 11111000 11011 11111 0 11 11110111 1010101 1010010

Color Harmonies of #B4ABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ABF8

Black with #B4ABF8

Text Example


Text Example

White with #B4ABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ABF8; }

 p { color: rgb(180,171,248); }

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

background-color css

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

 a { background-color: rgb(180,171,248); }

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

border-color css

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

 span { border-color: rgb(180,171,248); }

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