#BDBACC

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

Shades of Blue Haze #BDBACC

Tints of Blue Haze #BDBACC

Color information

#BDBACC (or 0xBDBACC) is unknown color: approx Blue Haze. HEX triplet: BD, BA and CC. RGB value is (189,186,204). Sum of RGB (Red+Green+Blue) = 189+186+204=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBACC is #424533. Grayscale: #BCBCBC. Windows color (decimal): -4343092 or 13417149. OLE color: 13417149.

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

Color convert

RGB189186204-
CMYK0.070.0900.2
HSL250º15%76.47%-
HSV(B)250º8.82%80%-
XYZ49.4450.364.23-
YUV188.95136.49128.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=32.64%
G=32.12%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891862040.070.0900.22501576.47
HexBDBACC79014faf4c
Octal27527231471102437217114
Binary10111101101110101100110011110010101001111101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBACC; }

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

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

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

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

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

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

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

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