Html Css Color HEX #BCBAC9 Blue Haze

📋 copy color: '#BCBAC9'

red 188 ◦ green 186 ◦ blue 201

#BCBAC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #BCBAC9

Tints of Blue Haze #BCBAC9

RGB

 RED value IS 188 (73.83% from 255) = 32.7%

 GREEN value IS 186 (73.05% from 255) = 32.35%

 BLUE value IS 201 (78.91% from 255) = 34.96%

R = 32.7%
G = 32.35%
B = 34.96%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCBAC9 (or 0xBCBAC9) is known color: Blue Haze. HEX triplet: BC, BA and C9. RGB value is (188,186,201). Sum of RGB (Red+Green+Blue) = 188+186+201=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC9 is #434536. Grayscale: #BCBCBC. Windows color (decimal): -4408631 or 13220540. OLE color: 13220540.

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

Color convert

RGB 188 186 201 -
CMYK 0.06 0.07 0 0.21
HSL 248º 0.12% 0.76% -
HSV(B) 248º 0.07% 0.79% -
XYZ 48.84 50.03 62.34 -
YUV 188.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 188 186 201 0.06 0.07 0 0.21 248 0.12 0.76
Hex BC BA C9 6 7 0 15 F8 C 4C
Octal 274 272 311 6 7 0 25 370 14 114
Binary 10111100 10111010 11001001 110 111 0 10101 11111000 1100 1001100

Color Harmonies of #BCBAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAC9

Black with #BCBAC9

Text Example


Text Example

White with #BCBAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAC9; }

 p { color: rgb(188,186,201); }

 H1.HeaderClassName
 {
   color: #BCBAC9;
 }
 .AnyTagClassName
 {
   color: #BCBAC9;
 }
</style>

background-color css

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

 a { background-color: rgb(188,186,201); }

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

border-color css

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

 span { border-color: rgb(188,186,201); }

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