Html Css Color HEX #BBC6DC Spindle

📋 copy color: '#BBC6DC'

red 187 ◦ green 198 ◦ blue 220

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

Shades of Spindle #BBC6DC

Tints of Spindle #BBC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.73%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 30.91%
G = 32.73%
B = 36.36%

CMYK

 C value IS 0.15

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBC6DC (or 0xBBC6DC) is known color: Spindle. HEX triplet: BB, C6 and DC. RGB value is (187,198,220). Sum of RGB (Red+Green+Blue) = 187+198+220=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6DC is #443923. Grayscale: #C5C5C5. Windows color (decimal): -4471076 or 14468795. OLE color: 14468795.

HSL color Cylindrical-coordinate representation of color #BBC6DC: hue angle of 220º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC6DC is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 198 220 -
CMYK 0.15 0.1 0 0.14
HSL 220º 0.32% 0.8% -
HSV(B) 220º 0.15% 0.86% -
XYZ 53.61 56.12 75.72 -
YUV 197.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 187 198 220 0.15 0.1 0 0.14 220 0.32 0.8
Hex BB C6 DC F A 0 E DC 20 50
Octal 273 306 334 17 12 0 16 334 40 120
Binary 10111011 11000110 11011100 1111 1010 0 1110 11011100 100000 1010000

Color Harmonies of #BBC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6DC

Black with #BBC6DC

Text Example


Text Example

White with #BBC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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