Html Css Color HEX #BCC0C9 Spindle

📋 copy color: '#BCC0C9'

red 188 ◦ green 192 ◦ blue 201

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

Shades of Spindle #BCC0C9

Tints of Spindle #BCC0C9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.05%

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 32.36%
G = 33.05%
B = 34.6%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCC0C9 (or 0xBCC0C9) is known color: Spindle. HEX triplet: BC, C0 and C9. RGB value is (188,192,201). Sum of RGB (Red+Green+Blue) = 188+192+201=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCC0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0C9 is #433F36. Grayscale: #BFBFBF. Windows color (decimal): -4407095 or 13222076. OLE color: 13222076.

HSL color Cylindrical-coordinate representation of color #BCC0C9: hue angle of 221.54º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC0C9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 192 201 -
CMYK 0.06 0.04 0 0.21
HSL 221.54º 0.11% 0.76% -
HSV(B) 221.54º 0.06% 0.79% -
XYZ 50.13 52.61 62.77 -
YUV 191.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 188 192 201 0.06 0.04 0 0.21 221.54 0.11 0.76
Hex BC C0 C9 6 4 0 15 DE B 4C
Octal 274 300 311 6 4 0 25 336 13 114
Binary 10111100 11000000 11001001 110 100 0 10101 11011110 1011 1001100

Color Harmonies of #BCC0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0C9

Black with #BCC0C9

Text Example


Text Example

White with #BCC0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0C9; }

 p { color: rgb(188,192,201); }

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

background-color css

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

 a { background-color: rgb(188,192,201); }

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

border-color css

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

 span { border-color: rgb(188,192,201); }

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