Html Css Color HEX #BBBDC5 Ghost

📋 copy color: '#BBBDC5'

red 187 ◦ green 189 ◦ blue 197

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

Shades of Ghost #BBBDC5

Tints of Ghost #BBBDC5

RGB

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

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

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

R = 32.64%
G = 32.98%
B = 34.38%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBBDC5 (or 0xBBBDC5) is known color: Ghost. HEX triplet: BB, BD and C5. RGB value is (187,189,197). Sum of RGB (Red+Green+Blue) = 187+189+197=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC5 is #44423A. Grayscale: #BDBDBD. Windows color (decimal): -4473403 or 12959163. OLE color: 12959163.

HSL color Cylindrical-coordinate representation of color #BBBDC5: hue angle of 228º 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 #BBBDC5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 189 197 -
CMYK 0.05 0.04 0 0.23
HSL 228º 0.08% 0.75% -
HSV(B) 228º 0.05% 0.77% -
XYZ 48.77 50.99 60.1 -
YUV 189.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 187 189 197 0.05 0.04 0 0.23 228 0.08 0.75
Hex BB BD C5 5 4 0 17 E4 8 4B
Octal 273 275 305 5 4 0 27 344 10 113
Binary 10111011 10111101 11000101 101 100 0 10111 11100100 1000 1001011

Color Harmonies of #BBBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDC5

Black with #BBBDC5

Text Example


Text Example

White with #BBBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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