Html Css Color HEX #B5AAFF Perano

📋 copy color: '#B5AAFF'

red 181 ◦ green 170 ◦ blue 255

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

Shades of Perano #B5AAFF

Tints of Perano #B5AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.05%

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

R = 29.87%
G = 28.05%
B = 42.08%

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

#B5AAFF (or 0xB5AAFF) is known color: Perano. HEX triplet: B5, AA and FF. RGB value is (181,170,255). Sum of RGB (Red+Green+Blue) = 181+170+255=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAFF is #4A5500. Grayscale: #B6B6B6. Windows color (decimal): -4871425 or 16755381. OLE color: 16755381.

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

Color convert

RGB 181 170 255 -
CMYK 0.29 0.33 0 0
HSL 247.76º 1% 0.83% -
HSV(B) 247.76º 0.33% 1% -
XYZ 51.48 45.79 100.73 -
YUV 182.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 181 170 255 0.29 0.33 0 0 247.76 1 0.83
Hex B5 AA FF 1D 21 0 0 F8 64 53
Octal 265 252 377 35 41 0 0 370 144 123
Binary 10110101 10101010 11111111 11101 100001 0 0 11111000 1100100 1010011

Color Harmonies of #B5AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAFF

Black with #B5AAFF

Text Example


Text Example

White with #B5AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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