#B2A7FF

Color #B2A7FF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B2A7FF

Tints of Perano #B2A7FF

Color information

#B2A7FF (or 0xB2A7FF) is unknown color: approx Perano. HEX triplet: B2, A7 and FF. RGB value is (178,167,255). Sum of RGB (Red+Green+Blue) = 178+167+255=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2A7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A7FF is #4D5800. Grayscale: #B3B3B3. Windows color (decimal): -5068801 or 16754610. OLE color: 16754610.

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

Color convert

RGB178167255-
CMYK0.300.3500
HSL247.5º100%82.75%-
HSV(B)247.5º34.51%100%-
XYZ50.2344.32100.52-
YUV180.32170.14126.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.67%
GREEN value IS 167 (65.62% from 255) = 27.83%
BLUE value IS 255 (100% from 255) = 42.5%
R=29.67%
G=27.83%
B=42.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781672550.300.3500247.510082.75
HexB2A7FF1E2300f86453
Octal262247377364300370144123
Binary10110010101001111111111111110100011001111100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A7FF; }

 p { color: rgb(178,167,255); }

 H1.HeaderClassName
 {
   color: #B2A7FF;
 }
 .AnyTagClassName
 {
   color: #B2A7FF;
 }
</style>
background-color css

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

 a { background-color: rgb(178,167,255); }

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

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

 span { border-color: rgb(178,167,255); }

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