Html Css Color HEX #B5ABFC Perano

📋 copy color: '#B5ABFC'

red 181 ◦ green 171 ◦ blue 252

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

Shades of Perano #B5ABFC

Tints of Perano #B5ABFC

RGB

 RED value IS 181 (71.09% from 255) = 29.97%

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

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

R = 29.97%
G = 28.31%
B = 41.72%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5ABFC (or 0xB5ABFC) is known color: Perano. HEX triplet: B5, AB and FC. RGB value is (181,171,252). Sum of RGB (Red+Green+Blue) = 181+171+252=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABFC is #4A5403. Grayscale: #B6B6B6. Windows color (decimal): -4871172 or 16559029. OLE color: 16559029.

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

Color convert

RGB 181 171 252 -
CMYK 0.28 0.32 0 0.01
HSL 247.41º 0.93% 0.83% -
HSV(B) 247.41º 0.32% 0.99% -
XYZ 51.19 45.98 98.27 -
YUV 183.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 181 171 252 0.28 0.32 0 0.01 247.41 0.93 0.83
Hex B5 AB FC 1C 20 0 1 F7 5D 53
Octal 265 253 374 34 40 0 1 367 135 123
Binary 10110101 10101011 11111100 11100 100000 0 1 11110111 1011101 1010011

Color Harmonies of #B5ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ABFC

Black with #B5ABFC

Text Example


Text Example

White with #B5ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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