Html Css Color HEX #BBC0C7 Spindle

📋 copy color: '#BBC0C7'

red 187 ◦ green 192 ◦ blue 199

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

Shades of Spindle #BBC0C7

Tints of Spindle #BBC0C7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.22%

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

R = 32.35%
G = 33.22%
B = 34.43%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBC0C7 (or 0xBBC0C7) is known color: Spindle. HEX triplet: BB, C0 and C7. RGB value is (187,192,199). Sum of RGB (Red+Green+Blue) = 187+192+199=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C7 is #443F38. Grayscale: #BFBFBF. Windows color (decimal): -4472633 or 13091003. OLE color: 13091003.

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

Color convert

RGB 187 192 199 -
CMYK 0.06 0.04 0 0.22
HSL 215º 0.1% 0.76% -
HSV(B) 215º 0.06% 0.78% -
XYZ 49.65 52.39 61.53 -
YUV 191.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 187 192 199 0.06 0.04 0 0.22 215 0.1 0.76
Hex BB C0 C7 6 4 0 16 D7 A 4C
Octal 273 300 307 6 4 0 26 327 12 114
Binary 10111011 11000000 11000111 110 100 0 10110 11010111 1010 1001100

Color Harmonies of #BBC0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0C7

Black with #BBC0C7

Text Example


Text Example

White with #BBC0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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