#B3BAEF

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

Shades of Perano #B3BAEF

Tints of Perano #B3BAEF

Color information

#B3BAEF (or 0xB3BAEF) is unknown color: approx Perano. HEX triplet: B3, BA and EF. RGB value is (179,186,239). Sum of RGB (Red+Green+Blue) = 179+186+239=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BAEF is #4C4510. Grayscale: #BDBDBD. Windows color (decimal): -4998417 or 15710899. OLE color: 15710899.

HSL color Cylindrical-coordinate representation of color #B3BAEF: hue angle of 233º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3BAEF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179186239-
CMYK0.250.2200.06
HSL233º65.22%81.96%-
HSV(B)233º25.1%93.73%-
XYZ51.7350.9388.77-
YUV189.95155.68120.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=29.64%
G=30.79%
B=39.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791862390.250.2200.0623365.2281.96
HexB3BAEF191606e94152
Octal263272357312606351101122
Binary101100111011101011101111110011011001101110100110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAEF; }

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

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

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

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

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

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

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

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