#B2B5FF

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

Shades of Perano #B2B5FF

Tints of Perano #B2B5FF

Color information

#B2B5FF (or 0xB2B5FF) is unknown color: approx Perano. HEX triplet: B2, B5 and FF. RGB value is (178,181,255). Sum of RGB (Red+Green+Blue) = 178+181+255=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2B5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B5FF is #4D4A00. Grayscale: #BCBCBC. Windows color (decimal): -5065217 or 16758194. OLE color: 16758194.

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

Color convert

RGB178181255-
CMYK0.300.2900
HSL237.66º100%84.9%-
HSV(B)237.66º30.2%100%-
XYZ52.9349.73101.42-
YUV188.54165.51120.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.99%
GREEN value IS 181 (71.09% from 255) = 29.48%
BLUE value IS 255 (100% from 255) = 41.53%
R=28.99%
G=29.48%
B=41.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781812550.300.2900237.6610084.9
HexB2B5FF1E1D00ee6455
Octal262265377363500356144125
Binary1011001010110101111111111111011101001110111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B5FF; }

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

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

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

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

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

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

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

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