Html Css Color HEX #BCC1CB Spindle

📋 copy color: '#BCC1CB'

red 188 ◦ green 193 ◦ blue 203

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

Shades of Spindle #BCC1CB

Tints of Spindle #BCC1CB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.05%

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 32.19%
G = 33.05%
B = 34.76%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCC1CB (or 0xBCC1CB) is known color: Spindle. HEX triplet: BC, C1 and CB. RGB value is (188,193,203). Sum of RGB (Red+Green+Blue) = 188+193+203=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1CB is #433E34. Grayscale: #C0C0C0. Windows color (decimal): -4406837 or 13353404. OLE color: 13353404.

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

Color convert

RGB 188 193 203 -
CMYK 0.07 0.05 0 0.20
HSL 220º 0.13% 0.77% -
HSV(B) 220º 0.07% 0.8% -
XYZ 50.59 53.14 64.09 -
YUV 192.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 188 193 203 0.07 0.05 0 0.20 220 0.13 0.77
Hex BC C1 CB 7 5 0 14 DC D 4D
Octal 274 301 313 7 5 0 24 334 15 115
Binary 10111100 11000001 11001011 111 101 0 10100 11011100 1101 1001101

Color Harmonies of #BCC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1CB

Black with #BCC1CB

Text Example


Text Example

White with #BCC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1CB; }

 p { color: rgb(188,193,203); }

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

background-color css

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

 a { background-color: rgb(188,193,203); }

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

border-color css

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

 span { border-color: rgb(188,193,203); }

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