#B6AFFE

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

Shades of Perano #B6AFFE

Tints of Perano #B6AFFE

Color information

#B6AFFE (or 0xB6AFFE) is unknown color: approx Perano. HEX triplet: B6, AF and FE. RGB value is (182,175,254). Sum of RGB (Red+Green+Blue) = 182+175+254=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AFFE is #495001. Grayscale: #B9B9B9. Windows color (decimal): -4804610 or 16691126. OLE color: 16691126.

HSL color Cylindrical-coordinate representation of color #B6AFFE: hue angle of 245.32º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6AFFE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182175254-
CMYK0.280.3100.00
HSL245.32º97.53%84.12%-
HSV(B)245.32º31.1%99.61%-
XYZ52.5147.76100.22-
YUV186.1166.32125.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=29.79%
G=28.64%
B=41.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821752540.280.3100.00245.3297.5384.12
HexB6AFFE1C1F00f56254
Octal266257376343700365142124
Binary1011011010101111111111101110011111001111010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFFE; }

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

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

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

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

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

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

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

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