Html Css Color HEX #BCC2CD Spindle

📋 copy color: '#BCC2CD'

red 188 ◦ green 194 ◦ blue 205

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

Shades of Spindle #BCC2CD

Tints of Spindle #BCC2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.05%

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 32.03%
G = 33.05%
B = 34.92%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCC2CD (or 0xBCC2CD) is known color: Spindle. HEX triplet: BC, C2 and CD. RGB value is (188,194,205). Sum of RGB (Red+Green+Blue) = 188+194+205=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2CD is #433D32. Grayscale: #C1C1C1. Windows color (decimal): -4406579 or 13484732. OLE color: 13484732.

HSL color Cylindrical-coordinate representation of color #BCC2CD: hue angle of 218.82º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC2CD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 194 205 -
CMYK 0.08 0.05 0 0.20
HSL 218.82º 0.15% 0.77% -
HSV(B) 218.82º 0.08% 0.8% -
XYZ 51.05 53.68 65.43 -
YUV 193.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 188 194 205 0.08 0.05 0 0.20 218.82 0.15 0.77
Hex BC C2 CD 8 5 0 14 DB F 4D
Octal 274 302 315 10 5 0 24 333 17 115
Binary 10111100 11000010 11001101 1000 101 0 10100 11011011 1111 1001101

Color Harmonies of #BCC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2CD

Black with #BCC2CD

Text Example


Text Example

White with #BCC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2CD; }

 p { color: rgb(188,194,205); }

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

background-color css

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

 a { background-color: rgb(188,194,205); }

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

border-color css

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

 span { border-color: rgb(188,194,205); }

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