#B3BAEB

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

Shades of Perano #B3BAEB

Tints of Perano #B3BAEB

Color information

#B3BAEB (or 0xB3BAEB) is unknown color: approx Perano. HEX triplet: B3, BA and EB. RGB value is (179,186,235). Sum of RGB (Red+Green+Blue) = 179+186+235=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BAEB is #4C4514. Grayscale: #BDBDBD. Windows color (decimal): -4998421 or 15448755. OLE color: 15448755.

HSL color Cylindrical-coordinate representation of color #B3BAEB: hue angle of 232.5º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3BAEB is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179186235-
CMYK0.240.2100.08
HSL232.5º58.33%81.18%-
HSV(B)232.5º23.83%92.16%-
XYZ51.1450.785.69-
YUV189.49153.68120.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.83%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=29.83%
G=31%
B=39.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791862350.240.2100.08232.558.3381.18
HexB3BAEB181508e83a51
Octal263272353302501035072121
Binary101100111011101011101011110001010101000111010001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAEB; }

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

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

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

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

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

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

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

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