#B5B8F3

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

Shades of Perano #B5B8F3

Tints of Perano #B5B8F3

Color information

#B5B8F3 (or 0xB5B8F3) is unknown color: approx Perano. HEX triplet: B5, B8 and F3. RGB value is (181,184,243). Sum of RGB (Red+Green+Blue) = 181+184+243=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B8F3 is #4A470C. Grayscale: #BDBDBD. Windows color (decimal): -4867853 or 15972533. OLE color: 15972533.

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

Color convert

RGB181184243-
CMYK0.260.2400.05
HSL237.1º72.09%83.14%-
HSV(B)237.1º25.51%95.29%-
XYZ52.3750.5891.8-
YUV189.83158.01121.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.77%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 243 (95.31% from 255) = 39.97%
R=29.77%
G=30.26%
B=39.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811842430.260.2400.05237.172.0983.14
HexB5B8F31A1805ed4853
Octal265270363323005355110123
Binary101101011011100011110011110101100001011110110110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B8F3; }

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

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

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

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

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

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

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

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