#B3AFF8

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

Shades of Perano #B3AFF8

Tints of Perano #B3AFF8

Color information

#B3AFF8 (or 0xB3AFF8) is unknown color: approx Perano. HEX triplet: B3, AF and F8. RGB value is (179,175,248). Sum of RGB (Red+Green+Blue) = 179+175+248=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #B3AFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AFF8 is #4C5007. Grayscale: #B8B8B8. Windows color (decimal): -5001224 or 16297907. OLE color: 16297907.

HSL color Cylindrical-coordinate representation of color #B3AFF8: hue angle of 243.29º degrees, saturation: 0.84, 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 #B3AFF8 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB179175248-
CMYK0.280.2900.03
HSL243.29º83.91%82.94%-
HSV(B)243.29º29.44%97.25%-
XYZ50.8647.0295.2-
YUV184.52163.83124.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 248 (97.27% from 255) = 41.20%
R=29.73%
G=29.07%
B=41.20%

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
Decimal1791752480.280.2900.03243.2983.9182.94
HexB3AFF81C1D03f35453
Octal263257370343503363124123
Binary10110011101011111111100011100111010111111001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFF8; }

 p { color: rgb(179,175,248); }

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

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

 a { background-color: rgb(179,175,248); }

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

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

 span { border-color: rgb(179,175,248); }

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