#B5BCFC

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

Shades of Perano #B5BCFC

Tints of Perano #B5BCFC

Color information

#B5BCFC (or 0xB5BCFC) is unknown color: approx Perano. HEX triplet: B5, BC and FC. RGB value is (181,188,252). Sum of RGB (Red+Green+Blue) = 181+188+252=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCFC is #4A4303. Grayscale: #C0C0C0. Windows color (decimal): -4866820 or 16563381. OLE color: 16563381.

HSL color Cylindrical-coordinate representation of color #B5BCFC: hue angle of 234.08º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5BCFC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181188252-
CMYK0.280.2500.01
HSL234.08º92.21%84.9%-
HSV(B)234.08º28.17%98.82%-
XYZ54.6152.8299.41-
YUV193.2161.18119.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.15%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=29.15%
G=30.27%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811882520.280.2500.01234.0892.2184.9
HexB5BCFC1C1901ea5c55
Octal265274374343101352134125
Binary1011010110111100111111001110011001011110101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCFC; }

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

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

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

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

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

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

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

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