Html Css Color HEX #BCC3CB Spindle

📋 copy color: '#BCC3CB'

red 188 ◦ green 195 ◦ blue 203

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

Shades of Spindle #BCC3CB

Tints of Spindle #BCC3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.28%

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

R = 32.08%
G = 33.28%
B = 34.64%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCC3CB (or 0xBCC3CB) is known color: Spindle. HEX triplet: BC, C3 and CB. RGB value is (188,195,203). Sum of RGB (Red+Green+Blue) = 188+195+203=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3CB is #433C34. Grayscale: #C1C1C1. Windows color (decimal): -4406325 or 13353916. OLE color: 13353916.

HSL color Cylindrical-coordinate representation of color #BCC3CB: hue angle of 212º 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 #BCC3CB is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 195 203 -
CMYK 0.07 0.04 0 0.20
HSL 212º 0.13% 0.77% -
HSV(B) 212º 0.07% 0.8% -
XYZ 51.03 54.03 64.24 -
YUV 193.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 188 195 203 0.07 0.04 0 0.20 212 0.13 0.77
Hex BC C3 CB 7 4 0 14 D4 D 4D
Octal 274 303 313 7 4 0 24 324 15 115
Binary 10111100 11000011 11001011 111 100 0 10100 11010100 1101 1001101

Color Harmonies of #BCC3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3CB

Black with #BCC3CB

Text Example


Text Example

White with #BCC3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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