#B2AFF7

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

Shades of Perano #B2AFF7

Tints of Perano #B2AFF7

Color information

#B2AFF7 (or 0xB2AFF7) is unknown color: approx Perano. HEX triplet: B2, AF and F7. RGB value is (178,175,247). Sum of RGB (Red+Green+Blue) = 178+175+247=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #B2AFF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFF7 is #4D5008. Grayscale: #B7B7B7. Windows color (decimal): -5066761 or 16232370. OLE color: 16232370.

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

Color convert

RGB178175247-
CMYK0.280.2900.03
HSL242.5º81.82%82.75%-
HSV(B)242.5º29.15%96.86%-
XYZ50.4846.8494.38-
YUV184.1163.49123.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.67%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 247 (96.88% from 255) = 41.17%
R=29.67%
G=29.17%
B=41.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781752470.280.2900.03242.581.8282.75
HexB2AFF71C1D03f25253
Octal262257367343503362122123
Binary10110010101011111111011111100111010111111001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFF7; }

 p { color: rgb(178,175,247); }

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

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

 a { background-color: rgb(178,175,247); }

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

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

 span { border-color: rgb(178,175,247); }

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