Html Css Color HEX #BBBDC7 Ghost

📋 copy color: '#BBBDC7'

red 187 ◦ green 189 ◦ blue 199

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

Shades of Ghost #BBBDC7

Tints of Ghost #BBBDC7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

 BLUE value IS 199 (78.13% from 255) = 34.61%

R = 32.52%
G = 32.87%
B = 34.61%

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

#BBBDC7 (or 0xBBBDC7) is known color: Ghost. HEX triplet: BB, BD and C7. RGB value is (187,189,199). Sum of RGB (Red+Green+Blue) = 187+189+199=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC7 is #444238. Grayscale: #BDBDBD. Windows color (decimal): -4473401 or 13090235. OLE color: 13090235.

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

Color convert

RGB 187 189 199 -
CMYK 0.06 0.05 0 0.22
HSL 230º 0.1% 0.76% -
HSV(B) 230º 0.06% 0.78% -
XYZ 49 51.08 61.31 -
YUV 189.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 187 189 199 0.06 0.05 0 0.22 230 0.1 0.76
Hex BB BD C7 6 5 0 16 E6 A 4C
Octal 273 275 307 6 5 0 26 346 12 114
Binary 10111011 10111101 11000111 110 101 0 10110 11100110 1010 1001100

Color Harmonies of #BBBDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDC7

Black with #BBBDC7

Text Example


Text Example

White with #BBBDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDC7; }

 p { color: rgb(187,189,199); }

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

background-color css

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

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

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

border-color css

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

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

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