Html Css Color HEX #BBBBCB Ghost

📋 copy color: '#BBBBCB'

red 187 ◦ green 187 ◦ blue 203

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

Shades of Ghost #BBBBCB

Tints of Ghost #BBBBCB

RGB

 RED value IS 187 (73.44% from 255) = 32.41%

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

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 32.41%
G = 32.41%
B = 35.18%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBBBCB (or 0xBBBBCB) is known color: Ghost. HEX triplet: BB, BB and CB. RGB value is (187,187,203). Sum of RGB (Red+Green+Blue) = 187+187+203=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBCB is #444434. Grayscale: #BCBCBC. Windows color (decimal): -4473909 or 13351867. OLE color: 13351867.

HSL color Cylindrical-coordinate representation of color #BBBBCB: hue angle of 240º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBBCB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 187 203 -
CMYK 0.08 0.08 0 0.20
HSL 240º 0.13% 0.76% -
HSV(B) 240º 0.08% 0.8% -
XYZ 49.04 50.42 63.65 -
YUV 188.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 187 187 203 0.08 0.08 0 0.20 240 0.13 0.76
Hex BB BB CB 8 8 0 14 F0 D 4C
Octal 273 273 313 10 10 0 24 360 15 114
Binary 10111011 10111011 11001011 1000 1000 0 10100 11110000 1101 1001100

Color Harmonies of #BBBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBCB

Black with #BBBBCB

Text Example


Text Example

White with #BBBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBCB; }

 p { color: rgb(187,187,203); }

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

background-color css

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

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

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

border-color css

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

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

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