Html Css Color HEX #BCC9D9 Spindle

📋 copy color: '#BCC9D9'

red 188 ◦ green 201 ◦ blue 217

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

Shades of Spindle #BCC9D9

Tints of Spindle #BCC9D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.81%

R = 31.02%
G = 33.17%
B = 35.81%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC9D9 (or 0xBCC9D9) is known color: Spindle. HEX triplet: BC, C9 and D9. RGB value is (188,201,217). Sum of RGB (Red+Green+Blue) = 188+201+217=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCC9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9D9 is #433626. Grayscale: #C6C6C6. Windows color (decimal): -4404775 or 14272956. OLE color: 14272956.

HSL color Cylindrical-coordinate representation of color #BCC9D9: hue angle of 213.1º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC9D9 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 201 217 -
CMYK 0.13 0.07 0 0.15
HSL 213.1º 0.28% 0.79% -
HSV(B) 213.1º 0.13% 0.85% -
XYZ 54.15 57.47 73.89 -
YUV 198.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 188 201 217 0.13 0.07 0 0.15 213.1 0.28 0.79
Hex BC C9 D9 D 7 0 F D5 1C 4F
Octal 274 311 331 15 7 0 17 325 34 117
Binary 10111100 11001001 11011001 1101 111 0 1111 11010101 11100 1001111

Color Harmonies of #BCC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9D9

Black with #BCC9D9

Text Example


Text Example

White with #BCC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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