Html Css Color HEX #BBBDC6 Ghost

📋 copy color: '#BBBDC6'

red 187 ◦ green 189 ◦ blue 198

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

Shades of Ghost #BBBDC6

Tints of Ghost #BBBDC6

RGB

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

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

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

R = 32.58%
G = 32.93%
B = 34.49%

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

#BBBDC6 (or 0xBBBDC6) is known color: Ghost. HEX triplet: BB, BD and C6. RGB value is (187,189,198). Sum of RGB (Red+Green+Blue) = 187+189+198=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC6 is #444239. Grayscale: #BDBDBD. Windows color (decimal): -4473402 or 13024699. OLE color: 13024699.

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

Color convert

RGB 187 189 198 -
CMYK 0.06 0.05 0 0.22
HSL 229.09º 0.09% 0.75% -
HSV(B) 229.09º 0.06% 0.78% -
XYZ 48.88 51.04 60.7 -
YUV 189.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 187 189 198 0.06 0.05 0 0.22 229.09 0.09 0.75
Hex BB BD C6 6 5 0 16 E5 9 4B
Octal 273 275 306 6 5 0 26 345 11 113
Binary 10111011 10111101 11000110 110 101 0 10110 11100101 1001 1001011

Color Harmonies of #BBBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDC6

Black with #BBBDC6

Text Example


Text Example

White with #BBBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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