#B6AFFD

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

Shades of Perano #B6AFFD

Tints of Perano #B6AFFD

Color information

#B6AFFD (or 0xB6AFFD) is unknown color: approx Perano. HEX triplet: B6, AF and FD. RGB value is (182,175,253). Sum of RGB (Red+Green+Blue) = 182+175+253=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AFFD is #495002. Grayscale: #B9B9B9. Windows color (decimal): -4804611 or 16625590. OLE color: 16625590.

HSL color Cylindrical-coordinate representation of color #B6AFFD: hue angle of 245.38º 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 #B6AFFD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182175253-
CMYK0.280.3100.01
HSL245.38º95.12%83.92%-
HSV(B)245.38º30.83%99.22%-
XYZ52.3547.799.38-
YUV185.98165.82125.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.84%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=29.84%
G=28.69%
B=41.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821752530.280.3100.01245.3895.1283.92
HexB6AFFD1C1F01f55f54
Octal266257375343701365137124
Binary1011011010101111111111011110011111011111010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFFD; }

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

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

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

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

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

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

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

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