#B3BAED

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

Shades of Perano #B3BAED

Tints of Perano #B3BAED

Color information

#B3BAED (or 0xB3BAED) is unknown color: approx Perano. HEX triplet: B3, BA and ED. RGB value is (179,186,237). Sum of RGB (Red+Green+Blue) = 179+186+237=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BAED is #4C4512. Grayscale: #BDBDBD. Windows color (decimal): -4998419 or 15579827. OLE color: 15579827.

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

Color convert

RGB179186237-
CMYK0.240.2200.07
HSL232.76º61.7%81.57%-
HSV(B)232.76º24.47%92.94%-
XYZ51.4450.8287.22-
YUV189.72154.68120.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=29.73%
G=30.90%
B=39.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791862370.240.2200.07232.7661.781.57
HexB3BAED181607e93e52
Octal26327235530260735176122
Binary10110011101110101110110111000101100111111010011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAED; }

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

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

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

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

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

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

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

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