#B2B3FF

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

Shades of Perano #B2B3FF

Tints of Perano #B2B3FF

Color information

#B2B3FF (or 0xB2B3FF) is unknown color: approx Perano. HEX triplet: B2, B3 and FF. RGB value is (178,179,255). Sum of RGB (Red+Green+Blue) = 178+179+255=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2B3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B3FF is #4D4C00. Grayscale: #BBBBBB. Windows color (decimal): -5065729 or 16757682. OLE color: 16757682.

HSL color Cylindrical-coordinate representation of color #B2B3FF: hue angle of 239.22º 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 #B2B3FF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178179255-
CMYK0.300.3000
HSL239.22º100%84.9%-
HSV(B)239.22º30.2%100%-
XYZ52.5348.93101.28-
YUV187.36166.17121.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.08%
GREEN value IS 179 (70.31% from 255) = 29.25%
BLUE value IS 255 (100% from 255) = 41.67%
R=29.08%
G=29.25%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781792550.300.3000239.2210084.9
HexB2B3FF1E1E00ef6455
Octal262263377363600357144125
Binary1011001010110011111111111111011110001110111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B3FF; }

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

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

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

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

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

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

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

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