#B3B9EB

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

Shades of Perano #B3B9EB

Tints of Perano #B3B9EB

Color information

#B3B9EB (or 0xB3B9EB) is unknown color: approx Perano. HEX triplet: B3, B9 and EB. RGB value is (179,185,235). Sum of RGB (Red+Green+Blue) = 179+185+235=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 185 (72.66% from 255 or 30.88% 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 #B3B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B9EB is #4C4614. Grayscale: #BCBCBC. Windows color (decimal): -4998677 or 15448499. OLE color: 15448499.

HSL color Cylindrical-coordinate representation of color #B3B9EB: hue angle of 233.57º 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 #B3B9EB is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179185235-
CMYK0.240.2100.08
HSL233.57º58.33%81.18%-
HSV(B)233.57º23.83%92.16%-
XYZ50.9350.2885.62-
YUV188.91154.01120.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.88%
GREEN value IS 185 (72.66% from 255) = 30.88%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=29.88%
G=30.88%
B=39.23%

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
Decimal1791852350.240.2100.08233.5758.3381.18
HexB3B9EB181508ea3a51
Octal263271353302501035272121
Binary101100111011100111101011110001010101000111010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B9EB; }

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

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

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

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

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

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

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

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