#B3BCFA

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

Shades of Perano #B3BCFA

Tints of Perano #B3BCFA

Color information

#B3BCFA (or 0xB3BCFA) is unknown color: approx Perano. HEX triplet: B3, BC and FA. RGB value is (179,188,250). Sum of RGB (Red+Green+Blue) = 179+188+250=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BCFA is #4C4305. Grayscale: #C0C0C0. Windows color (decimal): -4997894 or 16432307. OLE color: 16432307.

HSL color Cylindrical-coordinate representation of color #B3BCFA: hue angle of 232.39º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3BCFA is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179188250-
CMYK0.280.2500.02
HSL232.39º87.65%84.12%-
HSV(B)232.39º28.4%98.04%-
XYZ53.8352.4597.73-
YUV192.38160.52118.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.01%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=29.01%
G=30.47%
B=40.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791882500.280.2500.02232.3987.6584.12
HexB3BCFA1C1902e85854
Octal263274372343102350130124
Binary10110011101111001111101011100110010101110100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCFA; }

 p { color: rgb(179,188,250); }

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

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

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

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

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

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

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