Html Css Color HEX #BCBBC9 Ghost

📋 copy color: '#BCBBC9'

red 188 ◦ green 187 ◦ blue 201

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

Shades of Ghost #BCBBC9

Tints of Ghost #BCBBC9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.47%

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

R = 32.64%
G = 32.47%
B = 34.9%

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

#BCBBC9 (or 0xBCBBC9) is known color: Ghost. HEX triplet: BC, BB and C9. RGB value is (188,187,201). Sum of RGB (Red+Green+Blue) = 188+187+201=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC9 is #434436. Grayscale: #BCBCBC. Windows color (decimal): -4408375 or 13220796. OLE color: 13220796.

HSL color Cylindrical-coordinate representation of color #BCBBC9: hue angle of 244.29º degrees, saturation: 0.11, 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 #BCBBC9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 187 201 -
CMYK 0.06 0.07 0 0.21
HSL 244.29º 0.11% 0.76% -
HSV(B) 244.29º 0.07% 0.79% -
XYZ 49.05 50.45 62.41 -
YUV 188.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 188 187 201 0.06 0.07 0 0.21 244.29 0.11 0.76
Hex BC BB C9 6 7 0 15 F4 B 4C
Octal 274 273 311 6 7 0 25 364 13 114
Binary 10111100 10111011 11001001 110 111 0 10101 11110100 1011 1001100

Color Harmonies of #BCBBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBC9

Black with #BCBBC9

Text Example


Text Example

White with #BCBBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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