#BCB7CA

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

Shades of Blue Haze #BCB7CA

Tints of Blue Haze #BCB7CA

Color information

#BCB7CA (or 0xBCB7CA) is unknown color: approx Blue Haze. HEX triplet: BC, B7 and CA. RGB value is (188,183,202). Sum of RGB (Red+Green+Blue) = 188+183+202=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7CA is #434835. Grayscale: #BABABA. Windows color (decimal): -4409398 or 13285308. OLE color: 13285308.

HSL color Cylindrical-coordinate representation of color #BCB7CA: hue angle of 255.79º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB7CA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188183202-
CMYK0.070.0900.21
HSL255.79º15.2%75.49%-
HSV(B)255.79º9.41%79.22%-
XYZ48.3348.8262.75-
YUV186.66136.66128.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 183 (71.88% from 255) = 31.94%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=32.81%
G=31.94%
B=35.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881832020.070.0900.21255.7915.275.49
HexBCB7CA79015100f4b
Octal27426731271102540017113
Binary101111001011011111001010111100101010110000000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7CA; }

 p { color: rgb(188,183,202); }

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

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

 a { background-color: rgb(188,183,202); }

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

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

 span { border-color: rgb(188,183,202); }

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