Html Css Color HEX #BBBBBE Ghost

📋 copy color: '#BBBBBE'

red 187 ◦ green 187 ◦ blue 190

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

Shades of Ghost #BBBBBE

Tints of Ghost #BBBBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 33.16%
G = 33.16%
B = 33.69%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBBBBE (or 0xBBBBBE) is known color: Ghost. HEX triplet: BB, BB and BE. RGB value is (187,187,190). Sum of RGB (Red+Green+Blue) = 187+187+190=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBBE is #444441. Grayscale: #BBBBBB. Windows color (decimal): -4473922 or 12499899. OLE color: 12499899.

HSL color Cylindrical-coordinate representation of color #BBBBBE: hue angle of 240º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBBBE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 187 190 -
CMYK 0.02 0.02 0 0.25
HSL 240º 0.02% 0.74% -
HSV(B) 240º 0.02% 0.75% -
XYZ 47.56 49.82 55.83 -
YUV 187.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 187 187 190 0.02 0.02 0 0.25 240 0.02 0.74
Hex BB BB BE 2 2 0 19 F0 2 4A
Octal 273 273 276 2 2 0 31 360 2 112
Binary 10111011 10111011 10111110 10 10 0 11001 11110000 10 1001010

Color Harmonies of #BBBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBBE

Black with #BBBBBE

Text Example


Text Example

White with #BBBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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