Html Css Color HEX #B5ACFF Perano

📋 copy color: '#B5ACFF'

red 181 ◦ green 172 ◦ blue 255

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

Shades of Perano #B5ACFF

Tints of Perano #B5ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.29%

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

R = 29.77%
G = 28.29%
B = 41.94%

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

#B5ACFF (or 0xB5ACFF) is known color: Perano. HEX triplet: B5, AC and FF. RGB value is (181,172,255). Sum of RGB (Red+Green+Blue) = 181+172+255=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ACFF is #4A5300. Grayscale: #B7B7B7. Windows color (decimal): -4870913 or 16755893. OLE color: 16755893.

HSL color Cylindrical-coordinate representation of color #B5ACFF: hue angle of 246.51º 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 #B5ACFF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 172 255 -
CMYK 0.29 0.33 0 0
HSL 246.51º 1% 0.84% -
HSV(B) 246.51º 0.33% 1% -
XYZ 51.86 46.55 100.86 -
YUV 184.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 181 172 255 0.29 0.33 0 0 246.51 1 0.84
Hex B5 AC FF 1D 21 0 0 F7 64 54
Octal 265 254 377 35 41 0 0 367 144 124
Binary 10110101 10101100 11111111 11101 100001 0 0 11110111 1100100 1010100

Color Harmonies of #B5ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACFF

Black with #B5ACFF

Text Example


Text Example

White with #B5ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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