Html Css Color HEX #BCC5CB Spindle

📋 copy color: '#BCC5CB'

red 188 ◦ green 197 ◦ blue 203

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

Shades of Spindle #BCC5CB

Tints of Spindle #BCC5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.5%

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

R = 31.97%
G = 33.5%
B = 34.52%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCC5CB (or 0xBCC5CB) is known color: Spindle. HEX triplet: BC, C5 and CB. RGB value is (188,197,203). Sum of RGB (Red+Green+Blue) = 188+197+203=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5CB is #433A34. Grayscale: #C2C2C2. Windows color (decimal): -4405813 or 13354428. OLE color: 13354428.

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

Color convert

RGB 188 197 203 -
CMYK 0.07 0.03 0 0.20
HSL 204º 0.13% 0.77% -
HSV(B) 204º 0.07% 0.8% -
XYZ 51.48 54.94 64.39 -
YUV 194.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 188 197 203 0.07 0.03 0 0.20 204 0.13 0.77
Hex BC C5 CB 7 3 0 14 CC D 4D
Octal 274 305 313 7 3 0 24 314 15 115
Binary 10111100 11000101 11001011 111 11 0 10100 11001100 1101 1001101

Color Harmonies of #BCC5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5CB

Black with #BCC5CB

Text Example


Text Example

White with #BCC5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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