#B3AFFD

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

Shades of Perano #B3AFFD

Tints of Perano #B3AFFD

Color information

#B3AFFD (or 0xB3AFFD) is unknown color: approx Perano. HEX triplet: B3, AF and FD. RGB value is (179,175,253). Sum of RGB (Red+Green+Blue) = 179+175+253=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AFFD is #4C5002. Grayscale: #B8B8B8. Windows color (decimal): -5001219 or 16625587. OLE color: 16625587.

HSL color Cylindrical-coordinate representation of color #B3AFFD: hue angle of 243.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3AFFD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179175253-
CMYK0.290.3100.01
HSL243.08º95.12%83.92%-
HSV(B)243.08º30.83%99.22%-
XYZ51.6547.3499.34-
YUV185.09166.33123.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.49%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=29.49%
G=28.83%
B=41.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791752530.290.3100.01243.0895.1283.92
HexB3AFFD1D1F01f35f54
Octal263257375353701363137124
Binary1011001110101111111111011110111111011111001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFFD; }

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

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

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

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

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

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

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

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