#BCB6D7

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

Shades of Blue Haze #BCB6D7

Tints of Blue Haze #BCB6D7

Color information

#BCB6D7 (or 0xBCB6D7) is unknown color: approx Blue Haze. HEX triplet: BC, B6 and D7. RGB value is (188,182,215). Sum of RGB (Red+Green+Blue) = 188+182+215=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCB6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6D7 is #434928. Grayscale: #BBBBBB. Windows color (decimal): -4409641 or 14137020. OLE color: 14137020.

HSL color Cylindrical-coordinate representation of color #BCB6D7: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCB6D7 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188182215-
CMYK0.130.1500.16
HSL250.91º29.2%77.84%-
HSV(B)250.91º15.35%84.31%-
XYZ49.7349.0571.14-
YUV187.56143.49128.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 215 (84.38% from 255) = 36.75%
R=32.14%
G=31.11%
B=36.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881822150.130.1500.16250.9129.277.84
HexBCB6D7DF010fb1d4e
Octal274266327151702037335116
Binary1011110010110110110101111101111101000011111011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6D7; }

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

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

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

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

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

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

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

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