Html Css Color HEX #BCC7D9 Spindle

📋 copy color: '#BCC7D9'

red 188 ◦ green 199 ◦ blue 217

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

Shades of Spindle #BCC7D9

Tints of Spindle #BCC7D9

RGB

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

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

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

R = 31.13%
G = 32.95%
B = 35.93%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC7D9 (or 0xBCC7D9) is known color: Spindle. HEX triplet: BC, C7 and D9. RGB value is (188,199,217). Sum of RGB (Red+Green+Blue) = 188+199+217=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCC7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7D9 is #433826. Grayscale: #C5C5C5. Windows color (decimal): -4405287 or 14272444. OLE color: 14272444.

HSL color Cylindrical-coordinate representation of color #BCC7D9: hue angle of 217.24º 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 #BCC7D9 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 199 217 -
CMYK 0.13 0.08 0 0.15
HSL 217.24º 0.28% 0.79% -
HSV(B) 217.24º 0.13% 0.85% -
XYZ 53.69 56.55 73.73 -
YUV 197.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 188 199 217 0.13 0.08 0 0.15 217.24 0.28 0.79
Hex BC C7 D9 D 8 0 F D9 1C 4F
Octal 274 307 331 15 10 0 17 331 34 117
Binary 10111100 11000111 11011001 1101 1000 0 1111 11011001 11100 1001111

Color Harmonies of #BCC7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7D9

Black with #BCC7D9

Text Example


Text Example

White with #BCC7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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