#B3B8FF

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

Shades of Perano #B3B8FF

Tints of Perano #B3B8FF

Color information

#B3B8FF (or 0xB3B8FF) is unknown color: approx Perano. HEX triplet: B3, B8 and FF. RGB value is (179,184,255). Sum of RGB (Red+Green+Blue) = 179+184+255=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 184 (72.27% from 255 or 29.77% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B8FF is #4C4700. Grayscale: #BEBEBE. Windows color (decimal): -4998913 or 16758963. OLE color: 16758963.

HSL color Cylindrical-coordinate representation of color #B3B8FF: hue angle of 236.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3B8FF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179184255-
CMYK0.300.2800
HSL236.05º100%85.1%-
HSV(B)236.05º29.8%100%-
XYZ53.7851.08101.63-
YUV190.6164.34119.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.96%
GREEN value IS 184 (72.27% from 255) = 29.77%
BLUE value IS 255 (100% from 255) = 41.26%
R=28.96%
G=29.77%
B=41.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791842550.300.2800236.0510085.1
HexB3B8FF1E1C00ec6455
Octal263270377363400354144125
Binary1011001110111000111111111111011100001110110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B8FF; }

 p { color: rgb(179,184,255); }

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

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

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

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

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

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

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