#B5BCFF

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

Shades of Perano #B5BCFF

Tints of Perano #B5BCFF

Color information

#B5BCFF (or 0xB5BCFF) is unknown color: approx Perano. HEX triplet: B5, BC and FF. RGB value is (181,188,255). Sum of RGB (Red+Green+Blue) = 181+188+255=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCFF is #4A4300. Grayscale: #C1C1C1. Windows color (decimal): -4866817 or 16759989. OLE color: 16759989.

HSL color Cylindrical-coordinate representation of color #B5BCFF: hue angle of 234.32º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BCFF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181188255-
CMYK0.290.2600
HSL234.32º100%85.49%-
HSV(B)234.32º29.02%100%-
XYZ55.0953.01101.94-
YUV193.54162.68119.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.01%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 255 (100% from 255) = 40.87%
R=29.01%
G=30.13%
B=40.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811882550.290.2600234.3210085.49
HexB5BCFF1D1A00ea6455
Octal265274377353200352144125
Binary1011010110111100111111111110111010001110101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCFF; }

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

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

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

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

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

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

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

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