#B6BCFF

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

Shades of Perano #B6BCFF

Tints of Perano #B6BCFF

Color information

#B6BCFF (or 0xB6BCFF) is unknown color: approx Perano. HEX triplet: B6, BC and FF. RGB value is (182,188,255). Sum of RGB (Red+Green+Blue) = 182+188+255=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BCFF is #494300. Grayscale: #C1C1C1. Windows color (decimal): -4801281 or 16759990. OLE color: 16759990.

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

Color convert

RGB182188255-
CMYK0.290.2600
HSL235.07º100%85.69%-
HSV(B)235.07º28.63%100%-
XYZ55.3253.13101.95-
YUV193.84162.51119.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.12%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 255 (100% from 255) = 40.8%
R=29.12%
G=30.08%
B=40.8%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821882550.290.2600235.0710085.69
HexB6BCFF1D1A00eb6456
Octal266274377353200353144126
Binary1011011010111100111111111110111010001110101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCFF; }

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

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

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

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

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

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

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

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