Html Css Color HEX #BCC6D1 Spindle

📋 copy color: '#BCC6D1'

red 188 ◦ green 198 ◦ blue 209

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

Shades of Spindle #BCC6D1

Tints of Spindle #BCC6D1

RGB

 RED value IS 188 (73.83% from 255) = 31.6%

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

 BLUE value IS 209 (82.03% from 255) = 35.13%

R = 31.6%
G = 33.28%
B = 35.13%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCC6D1 (or 0xBCC6D1) is known color: Spindle. HEX triplet: BC, C6 and D1. RGB value is (188,198,209). Sum of RGB (Red+Green+Blue) = 188+198+209=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6D1 is #43392E. Grayscale: #C4C4C4. Windows color (decimal): -4405551 or 13747900. OLE color: 13747900.

HSL color Cylindrical-coordinate representation of color #BCC6D1: hue angle of 211.43º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC6D1 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 198 209 -
CMYK 0.10 0.05 0 0.18
HSL 211.43º 0.19% 0.78% -
HSV(B) 211.43º 0.1% 0.82% -
XYZ 52.44 55.68 68.31 -
YUV 196.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 188 198 209 0.10 0.05 0 0.18 211.43 0.19 0.78
Hex BC C6 D1 A 5 0 12 D3 13 4E
Octal 274 306 321 12 5 0 22 323 23 116
Binary 10111100 11000110 11010001 1010 101 0 10010 11010011 10011 1001110

Color Harmonies of #BCC6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6D1

Black with #BCC6D1

Text Example


Text Example

White with #BCC6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6D1; }

 p { color: rgb(188,198,209); }

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

background-color css

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

 a { background-color: rgb(188,198,209); }

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

border-color css

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

 span { border-color: rgb(188,198,209); }

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