Html Css Color HEX #BCC6CE Spindle

📋 copy color: '#BCC6CE'

red 188 ◦ green 198 ◦ blue 206

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

Shades of Spindle #BCC6CE

Tints of Spindle #BCC6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 31.76%
G = 33.45%
B = 34.8%

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

#BCC6CE (or 0xBCC6CE) is known color: Spindle. HEX triplet: BC, C6 and CE. RGB value is (188,198,206). Sum of RGB (Red+Green+Blue) = 188+198+206=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6CE is #433931. Grayscale: #C3C3C3. Windows color (decimal): -4405554 or 13551292. OLE color: 13551292.

HSL color Cylindrical-coordinate representation of color #BCC6CE: hue angle of 206.67º degrees, saturation: 0.16, 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 #BCC6CE is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 198 206 -
CMYK 0.09 0.04 0 0.19
HSL 206.67º 0.16% 0.77% -
HSV(B) 206.67º 0.09% 0.81% -
XYZ 52.07 55.54 66.37 -
YUV 195.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 188 198 206 0.09 0.04 0 0.19 206.67 0.16 0.77
Hex BC C6 CE 9 4 0 13 CF 10 4D
Octal 274 306 316 11 4 0 23 317 20 115
Binary 10111100 11000110 11001110 1001 100 0 10011 11001111 10000 1001101

Color Harmonies of #BCC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6CE

Black with #BCC6CE

Text Example


Text Example

White with #BCC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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