Html Css Color HEX #BBC7DC Spindle

📋 copy color: '#BBC7DC'

red 187 ◦ green 199 ◦ blue 220

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

Shades of Spindle #BBC7DC

Tints of Spindle #BBC7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.84%

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

R = 30.86%
G = 32.84%
B = 36.3%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBC7DC (or 0xBBC7DC) is known color: Spindle. HEX triplet: BB, C7 and DC. RGB value is (187,199,220). Sum of RGB (Red+Green+Blue) = 187+199+220=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7DC is #443823. Grayscale: #C5C5C5. Windows color (decimal): -4470820 or 14469051. OLE color: 14469051.

HSL color Cylindrical-coordinate representation of color #BBC7DC: hue angle of 218.18º 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 #BBC7DC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 199 220 -
CMYK 0.15 0.10 0 0.14
HSL 218.18º 0.32% 0.8% -
HSV(B) 218.18º 0.15% 0.86% -
XYZ 53.84 56.58 75.79 -
YUV 197.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 187 199 220 0.15 0.10 0 0.14 218.18 0.32 0.8
Hex BB C7 DC F A 0 E DA 20 50
Octal 273 307 334 17 12 0 16 332 40 120
Binary 10111011 11000111 11011100 1111 1010 0 1110 11011010 100000 1010000

Color Harmonies of #BBC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7DC

Black with #BBC7DC

Text Example


Text Example

White with #BBC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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