Html Css Color HEX #BBBCC5 Ghost

📋 copy color: '#BBBCC5'

red 187 ◦ green 188 ◦ blue 197

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

Shades of Ghost #BBBCC5

Tints of Ghost #BBBCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.87%

 BLUE value IS 197 (77.34% from 255) = 34.44%

R = 32.69%
G = 32.87%
B = 34.44%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBBCC5 (or 0xBBBCC5) is known color: Ghost. HEX triplet: BB, BC and C5. RGB value is (187,188,197). Sum of RGB (Red+Green+Blue) = 187+188+197=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC5 is #44433A. Grayscale: #BCBCBC. Windows color (decimal): -4473659 or 12958907. OLE color: 12958907.

HSL color Cylindrical-coordinate representation of color #BBBCC5: hue angle of 234º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBBCC5 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 188 197 -
CMYK 0.05 0.05 0 0.23
HSL 234º 0.08% 0.75% -
HSV(B) 234º 0.05% 0.77% -
XYZ 48.55 50.56 60.02 -
YUV 188.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 187 188 197 0.05 0.05 0 0.23 234 0.08 0.75
Hex BB BC C5 5 5 0 17 EA 8 4B
Octal 273 274 305 5 5 0 27 352 10 113
Binary 10111011 10111100 11000101 101 101 0 10111 11101010 1000 1001011

Color Harmonies of #BBBCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCC5

Black with #BBBCC5

Text Example


Text Example

White with #BBBCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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