#B3BFE5

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

Shades of Perano #B3BFE5

Tints of Perano #B3BFE5

Color information

#B3BFE5 (or 0xB3BFE5) is unknown color: approx Perano. HEX triplet: B3, BF and E5. RGB value is (179,191,229). Sum of RGB (Red+Green+Blue) = 179+191+229=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #B3BFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFE5 is #4C401A. Grayscale: #BFBFBF. Windows color (decimal): -4997147 or 15056819. OLE color: 15056819.

HSL color Cylindrical-coordinate representation of color #B3BFE5: hue angle of 225.6º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3BFE5 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB179191229-
CMYK0.220.1700.10
HSL225.6º49.02%80%-
HSV(B)225.6º21.83%89.8%-
XYZ51.3652.581.56-
YUV191.74149.02118.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.88%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 229 (89.84% from 255) = 38.23%
R=29.88%
G=31.89%
B=38.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1791912290.220.1700.10225.649.0280
HexB3BFE516110Ae23150
Octal263277345262101234261120
Binary101100111011111111100101101101000101010111000101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFE5; }

 p { color: rgb(179,191,229); }

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

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

 a { background-color: rgb(179,191,229); }

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

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

 span { border-color: rgb(179,191,229); }

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