#B5B2F3

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

Shades of Perano #B5B2F3

Tints of Perano #B5B2F3

Color information

#B5B2F3 (or 0xB5B2F3) is unknown color: approx Perano. HEX triplet: B5, B2 and F3. RGB value is (181,178,243). Sum of RGB (Red+Green+Blue) = 181+178+243=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5B2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5B2F3 is #4A4D0C. Grayscale: #BABABA. Windows color (decimal): -4869389 or 15970997. OLE color: 15970997.

HSL color Cylindrical-coordinate representation of color #B5B2F3: hue angle of 242.77º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5B2F3 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181178243-
CMYK0.260.2700.05
HSL242.77º73.03%82.55%-
HSV(B)242.77º26.75%95.29%-
XYZ51.1548.1491.39-
YUV186.31159.99124.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.07%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 243 (95.31% from 255) = 40.37%
R=30.07%
G=29.57%
B=40.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811782430.260.2700.05242.7773.0382.55
HexB5B2F31A1B05f34953
Octal265262363323305363111123
Binary101101011011001011110011110101101101011111001110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B2F3; }

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

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

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

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

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

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

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

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