Html Css Color HEX #BCC9D1 Spindle

📋 copy color: '#BCC9D1'

red 188 ◦ green 201 ◦ blue 209

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

Shades of Spindle #BCC9D1

Tints of Spindle #BCC9D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.95%

R = 31.44%
G = 33.61%
B = 34.95%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCC9D1 (or 0xBCC9D1) is known color: Spindle. HEX triplet: BC, C9 and D1. RGB value is (188,201,209). Sum of RGB (Red+Green+Blue) = 188+201+209=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9D1 is #43362E. Grayscale: #C5C5C5. Windows color (decimal): -4404783 or 13748668. OLE color: 13748668.

HSL color Cylindrical-coordinate representation of color #BCC9D1: hue angle of 202.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC9D1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 201 209 -
CMYK 0.10 0.04 0 0.18
HSL 202.86º 0.19% 0.78% -
HSV(B) 202.86º 0.1% 0.82% -
XYZ 53.13 57.07 68.54 -
YUV 198.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 188 201 209 0.10 0.04 0 0.18 202.86 0.19 0.78
Hex BC C9 D1 A 4 0 12 CB 13 4E
Octal 274 311 321 12 4 0 22 313 23 116
Binary 10111100 11001001 11010001 1010 100 0 10010 11001011 10011 1001110

Color Harmonies of #BCC9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9D1

Black with #BCC9D1

Text Example


Text Example

White with #BCC9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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