Html Css Color HEX #BCBDC7 Ghost

📋 copy color: '#BCBDC7'

red 188 ◦ green 189 ◦ blue 199

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

Shades of Ghost #BCBDC7

Tints of Ghost #BCBDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.55%

R = 32.64%
G = 32.81%
B = 34.55%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCBDC7 (or 0xBCBDC7) is known color: Ghost. HEX triplet: BC, BD and C7. RGB value is (188,189,199). Sum of RGB (Red+Green+Blue) = 188+189+199=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC7 is #434238. Grayscale: #BDBDBD. Windows color (decimal): -4407865 or 13090236. OLE color: 13090236.

HSL color Cylindrical-coordinate representation of color #BCBDC7: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBDC7 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 189 199 -
CMYK 0.06 0.05 0 0.22
HSL 234.55º 0.09% 0.76% -
HSV(B) 234.55º 0.06% 0.78% -
XYZ 49.25 51.21 61.32 -
YUV 189.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 188 189 199 0.06 0.05 0 0.22 234.55 0.09 0.76
Hex BC BD C7 6 5 0 16 EB 9 4C
Octal 274 275 307 6 5 0 26 353 11 114
Binary 10111100 10111101 11000111 110 101 0 10110 11101011 1001 1001100

Color Harmonies of #BCBDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDC7

Black with #BCBDC7

Text Example


Text Example

White with #BCBDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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