#BDBACA

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

Shades of Blue Haze #BDBACA

Tints of Blue Haze #BDBACA

Color information

#BDBACA (or 0xBDBACA) is unknown color: approx Blue Haze. HEX triplet: BD, BA and CA. RGB value is (189,186,202). Sum of RGB (Red+Green+Blue) = 189+186+202=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBACA is #424535. Grayscale: #BCBCBC. Windows color (decimal): -4343094 or 13286077. OLE color: 13286077.

HSL color Cylindrical-coordinate representation of color #BDBACA: hue angle of 251.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBACA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189186202-
CMYK0.060.0800.21
HSL251.25º13.11%76.08%-
HSV(B)251.25º7.92%79.22%-
XYZ49.2150.262.97-
YUV188.72135.49128.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=32.76%
G=32.24%
B=35.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891862020.060.0800.21251.2513.1176.08
HexBDBACA68015fbd4c
Octal27527231261002537315114
Binary10111101101110101100101011010000101011111101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBACA; }

 p { color: rgb(189,186,202); }

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

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

 a { background-color: rgb(189,186,202); }

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

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

 span { border-color: rgb(189,186,202); }

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