#B6ADFD

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

Shades of Perano #B6ADFD

Tints of Perano #B6ADFD

Color information

#B6ADFD (or 0xB6ADFD) is unknown color: approx Perano. HEX triplet: B6, AD and FD. RGB value is (182,173,253). Sum of RGB (Red+Green+Blue) = 182+173+253=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADFD is #495202. Grayscale: #B8B8B8. Windows color (decimal): -4805123 or 16625078. OLE color: 16625078.

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

Color convert

RGB182173253-
CMYK0.280.3200.01
HSL246.75º95.24%83.53%-
HSV(B)246.75º31.62%99.22%-
XYZ51.9646.9299.25-
YUV184.81166.48126-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.93%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=29.93%
G=28.45%
B=41.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821732530.280.3200.01246.7595.2483.53
HexB6ADFD1C2001f75f54
Octal266255375344001367137124
Binary10110110101011011111110111100100000011111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADFD; }

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

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

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

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

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

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

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

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