Html Css Color HEX #BCC7CF Spindle

📋 copy color: '#BCC7CF'

red 188 ◦ green 199 ◦ blue 207

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

Shades of Spindle #BCC7CF

Tints of Spindle #BCC7CF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.5%

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

R = 31.65%
G = 33.5%
B = 34.85%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCC7CF (or 0xBCC7CF) is known color: Spindle. HEX triplet: BC, C7 and CF. RGB value is (188,199,207). Sum of RGB (Red+Green+Blue) = 188+199+207=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CF is #433830. Grayscale: #C4C4C4. Windows color (decimal): -4405297 or 13617084. OLE color: 13617084.

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

Color convert

RGB 188 199 207 -
CMYK 0.09 0.04 0 0.19
HSL 205.26º 0.17% 0.77% -
HSV(B) 205.26º 0.09% 0.81% -
XYZ 52.42 56.04 67.09 -
YUV 196.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 188 199 207 0.09 0.04 0 0.19 205.26 0.17 0.77
Hex BC C7 CF 9 4 0 13 CD 11 4D
Octal 274 307 317 11 4 0 23 315 21 115
Binary 10111100 11000111 11001111 1001 100 0 10011 11001101 10001 1001101

Color Harmonies of #BCC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7CF

Black with #BCC7CF

Text Example


Text Example

White with #BCC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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