Html Css Color HEX #BCC2CF Spindle

📋 copy color: '#BCC2CF'

red 188 ◦ green 194 ◦ blue 207

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

Shades of Spindle #BCC2CF

Tints of Spindle #BCC2CF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 31.92%
G = 32.94%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCC2CF (or 0xBCC2CF) is known color: Spindle. HEX triplet: BC, C2 and CF. RGB value is (188,194,207). Sum of RGB (Red+Green+Blue) = 188+194+207=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2CF is #433D30. Grayscale: #C1C1C1. Windows color (decimal): -4406577 or 13615804. OLE color: 13615804.

HSL color Cylindrical-coordinate representation of color #BCC2CF: hue angle of 221.05º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC2CF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 194 207 -
CMYK 0.09 0.06 0 0.19
HSL 221.05º 0.17% 0.77% -
HSV(B) 221.05º 0.09% 0.81% -
XYZ 51.29 53.78 66.71 -
YUV 193.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 188 194 207 0.09 0.06 0 0.19 221.05 0.17 0.77
Hex BC C2 CF 9 6 0 13 DD 11 4D
Octal 274 302 317 11 6 0 23 335 21 115
Binary 10111100 11000010 11001111 1001 110 0 10011 11011101 10001 1001101

Color Harmonies of #BCC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2CF

Black with #BCC2CF

Text Example


Text Example

White with #BCC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2CF; }

 p { color: rgb(188,194,207); }

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

background-color css

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

 a { background-color: rgb(188,194,207); }

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

border-color css

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

 span { border-color: rgb(188,194,207); }

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