Html Css Color HEX #BCC9CF Spindle

📋 copy color: '#BCC9CF'

red 188 ◦ green 201 ◦ blue 207

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

Shades of Spindle #BCC9CF

Tints of Spindle #BCC9CF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.72%

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

R = 31.54%
G = 33.72%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCC9CF (or 0xBCC9CF) is known color: Spindle. HEX triplet: BC, C9 and CF. RGB value is (188,201,207). Sum of RGB (Red+Green+Blue) = 188+201+207=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9CF is #433630. Grayscale: #C5C5C5. Windows color (decimal): -4404785 or 13617596. OLE color: 13617596.

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

Color convert

RGB 188 201 207 -
CMYK 0.09 0.03 0 0.19
HSL 198.95º 0.17% 0.77% -
HSV(B) 198.95º 0.09% 0.81% -
XYZ 52.89 56.97 67.24 -
YUV 197.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 188 201 207 0.09 0.03 0 0.19 198.95 0.17 0.77
Hex BC C9 CF 9 3 0 13 C7 11 4D
Octal 274 311 317 11 3 0 23 307 21 115
Binary 10111100 11001001 11001111 1001 11 0 10011 11000111 10001 1001101

Color Harmonies of #BCC9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9CF

Black with #BCC9CF

Text Example


Text Example

White with #BCC9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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