Html Css Color HEX #BCC4CA Spindle

📋 copy color: '#BCC4CA'

red 188 ◦ green 196 ◦ blue 202

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

Shades of Spindle #BCC4CA

Tints of Spindle #BCC4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.45%

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

R = 32.08%
G = 33.45%
B = 34.47%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCC4CA (or 0xBCC4CA) is known color: Spindle. HEX triplet: BC, C4 and CA. RGB value is (188,196,202). Sum of RGB (Red+Green+Blue) = 188+196+202=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4CA is #433B35. Grayscale: #C2C2C2. Windows color (decimal): -4406070 or 13288636. OLE color: 13288636.

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

Color convert

RGB 188 196 202 -
CMYK 0.07 0.03 0 0.21
HSL 205.71º 0.12% 0.76% -
HSV(B) 205.71º 0.07% 0.79% -
XYZ 51.14 54.44 63.69 -
YUV 194.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 188 196 202 0.07 0.03 0 0.21 205.71 0.12 0.76
Hex BC C4 CA 7 3 0 15 CE C 4C
Octal 274 304 312 7 3 0 25 316 14 114
Binary 10111100 11000100 11001010 111 11 0 10101 11001110 1100 1001100

Color Harmonies of #BCC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4CA

Black with #BCC4CA

Text Example


Text Example

White with #BCC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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