#B3B0FE

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

Shades of Perano #B3B0FE

Tints of Perano #B3B0FE

Color information

#B3B0FE (or 0xB3B0FE) is unknown color: approx Perano. HEX triplet: B3, B0 and FE. RGB value is (179,176,254). Sum of RGB (Red+Green+Blue) = 179+176+254=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3B0FE is #4C4F01. Grayscale: #B9B9B9. Windows color (decimal): -5000962 or 16691379. OLE color: 16691379.

HSL color Cylindrical-coordinate representation of color #B3B0FE: hue angle of 242.31º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3B0FE is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179176254-
CMYK0.300.3100.00
HSL242.31º97.5%84.31%-
HSV(B)242.31º30.71%99.61%-
XYZ52.0147.79100.25-
YUV185.79166.49123.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.39%
GREEN value IS 176 (69.14% from 255) = 28.90%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=29.39%
G=28.90%
B=41.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791762540.300.3100.00242.3197.584.31
HexB3B0FE1E1F00f26254
Octal263260376363700362142124
Binary1011001110110000111111101111011111001111001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0FE; }

 p { color: rgb(179,176,254); }

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

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

 a { background-color: rgb(179,176,254); }

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

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

 span { border-color: rgb(179,176,254); }

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