Html Css Color HEX #BBBCC6 Ghost

📋 copy color: '#BBBCC6'

red 187 ◦ green 188 ◦ blue 198

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

Shades of Ghost #BBBCC6

Tints of Ghost #BBBCC6

RGB

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

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

 BLUE value IS 198 (77.73% 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

#BBBCC6 (or 0xBBBCC6) is known color: Ghost. HEX triplet: BB, BC and C6. RGB value is (187,188,198). Sum of RGB (Red+Green+Blue) = 187+188+198=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC6 is #444339. Grayscale: #BCBCBC. Windows color (decimal): -4473658 or 13024443. OLE color: 13024443.

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

Color convert

RGB 187 188 198 -
CMYK 0.06 0.05 0 0.22
HSL 234.55º 0.09% 0.75% -
HSV(B) 234.55º 0.06% 0.78% -
XYZ 48.67 50.61 60.63 -
YUV 188.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 187 188 198 0.06 0.05 0 0.22 234.55 0.09 0.75
Hex BB BC C6 6 5 0 16 EB 9 4B
Octal 273 274 306 6 5 0 26 353 11 113
Binary 10111011 10111100 11000110 110 101 0 10110 11101011 1001 1001011

Color Harmonies of #BBBCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCC6

Black with #BBBCC6

Text Example


Text Example

White with #BBBCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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