Html Css Color HEX #BCC1CA Spindle

📋 copy color: '#BCC1CA'

red 188 ◦ green 193 ◦ blue 202

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

Shades of Spindle #BCC1CA

Tints of Spindle #BCC1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 32.25%
G = 33.1%
B = 34.65%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCC1CA (or 0xBCC1CA) is known color: Spindle. HEX triplet: BC, C1 and CA. RGB value is (188,193,202). Sum of RGB (Red+Green+Blue) = 188+193+202=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1CA is #433E35. Grayscale: #C0C0C0. Windows color (decimal): -4406838 or 13287868. OLE color: 13287868.

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

Color convert

RGB 188 193 202 -
CMYK 0.07 0.04 0 0.21
HSL 218.57º 0.12% 0.76% -
HSV(B) 218.57º 0.07% 0.79% -
XYZ 50.47 53.1 63.47 -
YUV 192.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 188 193 202 0.07 0.04 0 0.21 218.57 0.12 0.76
Hex BC C1 CA 7 4 0 15 DB C 4C
Octal 274 301 312 7 4 0 25 333 14 114
Binary 10111100 11000001 11001010 111 100 0 10101 11011011 1100 1001100

Color Harmonies of #BCC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1CA

Black with #BCC1CA

Text Example


Text Example

White with #BCC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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