Html Css Color HEX #BBBDC0 Spindle

📋 copy color: '#BBBDC0'

red 187 ◦ green 189 ◦ blue 192

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

Shades of Spindle #BBBDC0

Tints of Spindle #BBBDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.8%

R = 32.92%
G = 33.27%
B = 33.8%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBBDC0 (or 0xBBBDC0) is known color: Spindle. HEX triplet: BB, BD and C0. RGB value is (187,189,192). Sum of RGB (Red+Green+Blue) = 187+189+192=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC0 is #44423F. Grayscale: #BCBCBC. Windows color (decimal): -4473408 or 12631483. OLE color: 12631483.

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

Color convert

RGB 187 189 192 -
CMYK 0.03 0.02 0 0.25
HSL 216º 0.04% 0.74% -
HSV(B) 216º 0.03% 0.75% -
XYZ 48.21 50.77 57.13 -
YUV 188.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 187 189 192 0.03 0.02 0 0.25 216 0.04 0.74
Hex BB BD C0 3 2 0 19 D8 4 4A
Octal 273 275 300 3 2 0 31 330 4 112
Binary 10111011 10111101 11000000 11 10 0 11001 11011000 100 1001010

Color Harmonies of #BBBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDC0

Black with #BBBDC0

Text Example


Text Example

White with #BBBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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