#B6B6EB

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

Shades of Perano #B6B6EB

Tints of Perano #B6B6EB

Color information

#B6B6EB (or 0xB6B6EB) is unknown color: approx Perano. HEX triplet: B6, B6 and EB. RGB value is (182,182,235). Sum of RGB (Red+Green+Blue) = 182+182+235=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B6EB is #494914. Grayscale: #BBBBBB. Windows color (decimal): -4802837 or 15447734. OLE color: 15447734.

HSL color Cylindrical-coordinate representation of color #B6B6EB: hue angle of 240º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6B6EB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182182235-
CMYK0.230.2300.08
HSL240º56.99%81.76%-
HSV(B)240º22.55%92.16%-
XYZ51.0149.485.44-
YUV188.04154.5123.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.38%
GREEN value IS 182 (71.48% from 255) = 30.38%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=30.38%
G=30.38%
B=39.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821822350.230.2300.0824056.9981.76
HexB6B6EB171708f03952
Octal266266353272701036071122
Binary101101101011011011101011101111011101000111100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B6EB; }

 p { color: rgb(182,182,235); }

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

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

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

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

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

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

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