#B3B3FD

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

Shades of Perano #B3B3FD

Tints of Perano #B3B3FD

Color information

#B3B3FD (or 0xB3B3FD) is unknown color: approx Perano. HEX triplet: B3, B3 and FD. RGB value is (179,179,253). Sum of RGB (Red+Green+Blue) = 179+179+253=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3B3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B3FD is #4C4C02. Grayscale: #BBBBBB. Windows color (decimal): -5000195 or 16626611. OLE color: 16626611.

HSL color Cylindrical-coordinate representation of color #B3B3FD: hue angle of 240º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3B3FD is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179179253-
CMYK0.290.2900.01
HSL240º94.87%84.71%-
HSV(B)240º29.25%99.22%-
XYZ52.4448.9299.61-
YUV187.44165121.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.30%
GREEN value IS 179 (70.31% from 255) = 29.30%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=29.30%
G=29.30%
B=41.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791792530.290.2900.0124094.8784.71
HexB3B3FD1D1D01f05f55
Octal263263375353501360137125
Binary1011001110110011111111011110111101011111000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B3FD; }

 p { color: rgb(179,179,253); }

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

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

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

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

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

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

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