#B5BCEE

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

Shades of Perano #B5BCEE

Tints of Perano #B5BCEE

Color information

#B5BCEE (or 0xB5BCEE) is unknown color: approx Perano. HEX triplet: B5, BC and EE. RGB value is (181,188,238). Sum of RGB (Red+Green+Blue) = 181+188+238=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCEE is #4A4311. Grayscale: #BFBFBF. Windows color (decimal): -4866834 or 15645877. OLE color: 15645877.

HSL color Cylindrical-coordinate representation of color #B5BCEE: hue angle of 232.63º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5BCEE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181188238-
CMYK0.240.2100.07
HSL232.63º62.64%82.16%-
HSV(B)232.63º23.95%93.33%-
XYZ52.4751.9688.15-
YUV191.61154.18120.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=29.82%
G=30.97%
B=39.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811882380.240.2100.07232.6362.6482.16
HexB5BCEE181507e93f52
Octal26527435630250735177122
Binary10110101101111001110111011000101010111111010011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCEE; }

 p { color: rgb(181,188,238); }

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

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

 a { background-color: rgb(181,188,238); }

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

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

 span { border-color: rgb(181,188,238); }

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