#B6BAED

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

Shades of Perano #B6BAED

Tints of Perano #B6BAED

Color information

#B6BAED (or 0xB6BAED) is unknown color: approx Perano. HEX triplet: B6, BA and ED. RGB value is (182,186,237). Sum of RGB (Red+Green+Blue) = 182+186+237=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BAED is #494512. Grayscale: #BEBEBE. Windows color (decimal): -4801811 or 15579830. OLE color: 15579830.

HSL color Cylindrical-coordinate representation of color #B6BAED: hue angle of 235.64º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6BAED is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182186237-
CMYK0.230.2200.07
HSL235.64º60.44%82.16%-
HSV(B)235.64º23.21%92.94%-
XYZ52.1451.1887.25-
YUV190.62154.17121.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=30.08%
G=30.74%
B=39.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821862370.230.2200.07235.6460.4482.16
HexB6BAED171607ec3c52
Octal26627235527260735474122
Binary10110110101110101110110110111101100111111011001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BAED; }

 p { color: rgb(182,186,237); }

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

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

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

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

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

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

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