Html Css Color HEX #BBC0C6 Spindle

📋 copy color: '#BBC0C6'

red 187 ◦ green 192 ◦ blue 198

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

Shades of Spindle #BBC0C6

Tints of Spindle #BBC0C6

RGB

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

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

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

R = 32.41%
G = 33.28%
B = 34.32%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBC0C6 (or 0xBBC0C6) is known color: Spindle. HEX triplet: BB, C0 and C6. RGB value is (187,192,198). Sum of RGB (Red+Green+Blue) = 187+192+198=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBC0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C6 is #443F39. Grayscale: #BFBFBF. Windows color (decimal): -4472634 or 13025467. OLE color: 13025467.

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

Color convert

RGB 187 192 198 -
CMYK 0.06 0.03 0 0.22
HSL 212.73º 0.09% 0.75% -
HSV(B) 212.73º 0.06% 0.78% -
XYZ 49.54 52.34 60.92 -
YUV 191.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 187 192 198 0.06 0.03 0 0.22 212.73 0.09 0.75
Hex BB C0 C6 6 3 0 16 D5 9 4B
Octal 273 300 306 6 3 0 26 325 11 113
Binary 10111011 11000000 11000110 110 11 0 10110 11010101 1001 1001011

Color Harmonies of #BBC0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0C6

Black with #BBC0C6

Text Example


Text Example

White with #BBC0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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