#B5BAF2

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

Shades of Perano #B5BAF2

Tints of Perano #B5BAF2

Color information

#B5BAF2 (or 0xB5BAF2) is unknown color: approx Perano. HEX triplet: B5, BA and F2. RGB value is (181,186,242). Sum of RGB (Red+Green+Blue) = 181+186+242=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #B5BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BAF2 is #4A450D. Grayscale: #BEBEBE. Windows color (decimal): -4867342 or 15907509. OLE color: 15907509.

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

Color convert

RGB181186242-
CMYK0.250.2300.05
HSL235.08º70.11%82.94%-
HSV(B)235.08º25.21%94.9%-
XYZ52.6451.3591.14-
YUV190.89156.84120.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.72%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 242 (94.92% from 255) = 39.74%
R=29.72%
G=30.54%
B=39.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811862420.250.2300.05235.0870.1182.94
HexB5BAF2191705eb4653
Octal265272362312705353106123
Binary101101011011101011110010110011011101011110101110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAF2; }

 p { color: rgb(181,186,242); }

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

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

 a { background-color: rgb(181,186,242); }

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

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

 span { border-color: rgb(181,186,242); }

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