Html Css Color HEX #BBBAC6 Ghost

📋 copy color: '#BBBAC6'

red 187 ◦ green 186 ◦ blue 198

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

Shades of Ghost #BBBAC6

Tints of Ghost #BBBAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.57%

 BLUE value IS 198 (77.73% from 255) = 34.68%

R = 32.75%
G = 32.57%
B = 34.68%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBBAC6 (or 0xBBBAC6) is known color: Ghost. HEX triplet: BB, BA and C6. RGB value is (187,186,198). Sum of RGB (Red+Green+Blue) = 187+186+198=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAC6 is #444539. Grayscale: #BBBBBB. Windows color (decimal): -4474170 or 13023931. OLE color: 13023931.

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

Color convert

RGB 187 186 198 -
CMYK 0.06 0.06 0 0.22
HSL 245º 0.1% 0.75% -
HSV(B) 245º 0.06% 0.78% -
XYZ 48.25 49.76 60.49 -
YUV 187.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 187 186 198 0.06 0.06 0 0.22 245 0.1 0.75
Hex BB BA C6 6 6 0 16 F5 A 4B
Octal 273 272 306 6 6 0 26 365 12 113
Binary 10111011 10111010 11000110 110 110 0 10110 11110101 1010 1001011

Color Harmonies of #BBBAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAC6

Black with #BBBAC6

Text Example


Text Example

White with #BBBAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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