#B3BDFC

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

Shades of Perano #B3BDFC

Tints of Perano #B3BDFC

Color information

#B3BDFC (or 0xB3BDFC) is unknown color: approx Perano. HEX triplet: B3, BD and FC. RGB value is (179,189,252). Sum of RGB (Red+Green+Blue) = 179+189+252=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BDFC is #4C4203. Grayscale: #C0C0C0. Windows color (decimal): -4997636 or 16563635. OLE color: 16563635.

HSL color Cylindrical-coordinate representation of color #B3BDFC: hue angle of 231.78º degrees, saturation: 0.92, 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 #B3BDFC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179189252-
CMYK0.290.2500.01
HSL231.78º92.41%84.51%-
HSV(B)231.78º28.97%98.82%-
XYZ54.3653.0199.46-
YUV193.19161.19117.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.87%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=28.87%
G=30.48%
B=40.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791892520.290.2500.01231.7892.4184.51
HexB3BDFC1D1901e85c55
Octal263275374353101350134125
Binary1011001110111101111111001110111001011110100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDFC; }

 p { color: rgb(179,189,252); }

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

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

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

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

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

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

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