Html Css Color HEX #BCC6CF Spindle

📋 copy color: '#BCC6CF'

red 188 ◦ green 198 ◦ blue 207

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

Shades of Spindle #BCC6CF

Tints of Spindle #BCC6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.91%

R = 31.7%
G = 33.39%
B = 34.91%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCC6CF (or 0xBCC6CF) is known color: Spindle. HEX triplet: BC, C6 and CF. RGB value is (188,198,207). Sum of RGB (Red+Green+Blue) = 188+198+207=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6CF is #433930. Grayscale: #C3C3C3. Windows color (decimal): -4405553 or 13616828. OLE color: 13616828.

HSL color Cylindrical-coordinate representation of color #BCC6CF: hue angle of 208.42º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC6CF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 198 207 -
CMYK 0.09 0.04 0 0.19
HSL 208.42º 0.17% 0.77% -
HSV(B) 208.42º 0.09% 0.81% -
XYZ 52.2 55.58 67.01 -
YUV 196.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 188 198 207 0.09 0.04 0 0.19 208.42 0.17 0.77
Hex BC C6 CF 9 4 0 13 D0 11 4D
Octal 274 306 317 11 4 0 23 320 21 115
Binary 10111100 11000110 11001111 1001 100 0 10011 11010000 10001 1001101

Color Harmonies of #BCC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6CF

Black with #BCC6CF

Text Example


Text Example

White with #BCC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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