Html Css Color HEX #BCBDC9 Ghost

📋 copy color: '#BCBDC9'

red 188 ◦ green 189 ◦ blue 201

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

Shades of Ghost #BCBDC9

Tints of Ghost #BCBDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.7%

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

R = 32.53%
G = 32.7%
B = 34.78%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCBDC9 (or 0xBCBDC9) is known color: Ghost. HEX triplet: BC, BD and C9. RGB value is (188,189,201). Sum of RGB (Red+Green+Blue) = 188+189+201=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC9 is #434236. Grayscale: #BEBEBE. Windows color (decimal): -4407863 or 13221308. OLE color: 13221308.

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

Color convert

RGB 188 189 201 -
CMYK 0.06 0.06 0 0.21
HSL 235.38º 0.11% 0.76% -
HSV(B) 235.38º 0.06% 0.79% -
XYZ 49.48 51.3 62.55 -
YUV 190.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 188 189 201 0.06 0.06 0 0.21 235.38 0.11 0.76
Hex BC BD C9 6 6 0 15 EB B 4C
Octal 274 275 311 6 6 0 25 353 13 114
Binary 10111100 10111101 11001001 110 110 0 10101 11101011 1011 1001100

Color Harmonies of #BCBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDC9

Black with #BCBDC9

Text Example


Text Example

White with #BCBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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