Html Css Color HEX #B5ABFF Perano

📋 copy color: '#B5ABFF'

red 181 ◦ green 171 ◦ blue 255

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

Shades of Perano #B5ABFF

Tints of Perano #B5ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.01%

R = 29.82%
G = 28.17%
B = 42.01%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5ABFF (or 0xB5ABFF) is known color: Perano. HEX triplet: B5, AB and FF. RGB value is (181,171,255). Sum of RGB (Red+Green+Blue) = 181+171+255=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABFF is #4A5400. Grayscale: #B7B7B7. Windows color (decimal): -4871169 or 16755637. OLE color: 16755637.

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

Color convert

RGB 181 171 255 -
CMYK 0.29 0.33 0 0
HSL 247.14º 1% 0.84% -
HSV(B) 247.14º 0.33% 1% -
XYZ 51.67 46.17 100.8 -
YUV 183.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 181 171 255 0.29 0.33 0 0 247.14 1 0.84
Hex B5 AB FF 1D 21 0 0 F7 64 54
Octal 265 253 377 35 41 0 0 367 144 124
Binary 10110101 10101011 11111111 11101 100001 0 0 11110111 1100100 1010100

Color Harmonies of #B5ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ABFF

Black with #B5ABFF

Text Example


Text Example

White with #B5ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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